Skip to content

Releases: orchestral/testbench

v3.1.2

12 Jul 12:24
Compare
Choose a tag to compare
  • Include fzaninotto/faker as a dependency for compatibility with Laravel Framework v5.1.7 and above.

v3.1.1

04 Jul 19:26
Compare
Choose a tag to compare
  • Update Laravel configuration fixtures.

v3.1.0

09 Jun 13:12
Compare
Choose a tag to compare
  • Update support for Laravel Framework v5.1.
  • Remove Orchestra\Testbench\Traits\ClientTrait.
  • Remove Orchestra\Testbench\Traits\PHPUnitAssertionsTrait.

v3.0.7

27 May 03:43
Compare
Choose a tag to compare
  • Update Laravel configuration fixtures.

v3.0.6

13 Apr 01:04
Compare
Choose a tag to compare
  • Show expected code and actual code when using PHPUnitAssertionTrait::assertResponseStatus().
  • Update Laravel configuration fixtures.

v3.0.5

12 Mar 23:17
Compare
Choose a tag to compare
  • Update changes to Laravel Framework v5.0.15, move generated compiled.php and routes.php to vendor directory.

v3.0.4

26 Feb 16:58
Compare
Choose a tag to compare
  • Add Orchestra\Testbench\TestCaseInterface::artisan() contract.
  • Add Orchestra\Testbench\Traits\ClientTrait::artisan() helper.

v3.0.3

22 Feb 05:11
Compare
Choose a tag to compare
  • Ensure Laravel is bootstrapped using array for cache driver by default.

v3.0.2

10 Feb 23:37
Compare
Choose a tag to compare
  • Timezone should be more explicit, and shouldn't attempt to set date_default_timezone_set() when timezone is NULL.
  • Rebind Illuminate\Foundation\Bootstrap\LoadConfiguration with Orchestra\Testbench\Bootstrap\LoadConfiguration.
  • Add orchestra/database to allow migration using --realpath option.

v3.0.1

05 Feb 00:30
Compare
Choose a tag to compare
  • Fixes timezone not being set by default in certain environment.