Skip to content

Releases: orchestral/testbench

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.

v3.0.0

05 Feb 00:28
Compare
Choose a tag to compare
  • Update support for Laravel Framework v5.0.
  • Simplify PSR-4 path.
  • Update fixtures to match Laravel 5 structure.

v2.2.1

08 Jul 15:32
Compare
Choose a tag to compare
  • Add support for Behat when testing packages as an alternative to PHPUnit.
  • Remove requirement to use phpseclib fork since v0.3.7 already provides compatibility to Laravel 4 workbench.

v2.1.2

07 Jul 13:29
Compare
Choose a tag to compare
  • Implement PSR-4 autoloading structure.
  • Remove requirement to use phpseclib fork since v0.3.7 already provides compatibility to Laravel 4 workbench.