Skip to content

Releases: orchestral/testbench

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.

v2.2.0

12 Jun 02:18
Compare
Choose a tag to compare
  • Bump minimum version to PHP v5.4.0.
  • Add support for Laravel Framework v4.2.
  • Refactor Orchestra\Testbench\TestCase bootstrapping process to utilize trait.
  • Add Orchestra\Testbench\TestCaseInterface and remove dependencies to require Illuminate\Foundation\Testing\TestCase.

v2.1.1

29 Jan 03:31
Compare
Choose a tag to compare
  • Fixes Cannot redeclare crypt_random_string() issue when developing with workbench.

v2.1.0

12 Dec 14:26
Compare
Choose a tag to compare
  • Update Laravel 4.1 Service Providers.

v2.0.6

01 Nov 10:41
Compare
Choose a tag to compare
  • Implement PSR-2 coding standard.
  • Add multiple test case examples.

v2.0.5

08 Oct 02:39
Compare
Choose a tag to compare
  • Fixed stricter SQLite configuration introduced in Laravel Framework 4.0.8.

v2.0.4

01 Aug 05:31
Compare
Choose a tag to compare
  • Add migration testcase example.
  • Add Orchestra\Testbench\TestCase::getEnvironmentSetUp().

v2.0.3

20 Jul 17:18
Compare
Choose a tag to compare
  • Fixed a bug when calling Artisan::call() from test suite.