Laravel-Test-Helpers. Easier testing in Laravel.

packagist.org/packages/way/laravel-test-helpers

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

March 2014
  • Update readme.md
February 2014
  • Merge pull request #43 from duellsy/master
October 2013
  • restoring composer to original
  • Update composer.json
  • Added support for 'enum' and 'set' field types
September 2013
  • Merge pull request #39 from Youpie/patch-1
  • Fix relationship calculations and apply formatting fixes
  • Fix DataStore::getDecimal docblock
  • Merge pull request #38 from brayniverse/patch-1
  • Fixed typo in heading.
  • Merge pull request #37 from ChrisKanger/master
  • Added snake_case to parseTableName method
  • Merge pull request #36 from ChrisKanger/master
  • Now support assertMorphMany and assertMorphTo
  • Added support for zero and multiple relationship arguments
  • Changed return for getBoolean() from 'false' to '0' (tinyint)
August 2013
  • Add getTime
  • Make protected
  • Merge branch 'master' of github.com:JeffreyWay/Laravel-Test-Helpers
  • Update readme