Releases: orchestral/testbench
Releases · orchestral/testbench
v2.2.0
- 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
- Fixes
Cannot redeclare crypt_random_string()
issue when developing with workbench.
v2.1.0
- Update Laravel 4.1 Service Providers.
v2.0.6
- Implement PSR-2 coding standard.
- Add multiple test case examples.
v2.0.5
- Fixed stricter SQLite configuration introduced in Laravel Framework 4.0.8.
v2.0.4
- Add migration testcase example.
- Add
Orchestra\Testbench\TestCase::getEnvironmentSetUp()
.
v2.0.3
- Fixed a bug when calling
Artisan::call()
from test suite.
v2.0.2
- Add unit testing and code coverage.
v2.0.1
- Improved performance by reducing registered service providers.