Skip to content

Version 0.11.0

Compare
Choose a tag to compare
@JeffreyWay JeffreyWay released this 25 Mar 16:30
· 148 commits to master since this release
  • DatabaseTransactions trait is now available
  • Automatically triggers trait methods with @setup and @teardown annotations.

If using the Laravel extension, your test classes should extend the default "tests/TestCase.php" class that is included with Laravel. Have that file extend Laracasts\Integrated\Extension\Laravel instead.