Releases: orchestral/testbench
Releases · orchestral/testbench
v3.0.4
- Add
Orchestra\Testbench\TestCaseInterface::artisan()
contract.
- Add
Orchestra\Testbench\Traits\ClientTrait::artisan()
helper.
v3.0.3
- Ensure Laravel is bootstrapped using
array
for cache driver by default.
v3.0.2
- 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
- Fixes timezone not being set by default in certain environment.
v3.0.0
- Update support for Laravel Framework v5.0.
- Simplify PSR-4 path.
- Update fixtures to match Laravel 5 structure.
v2.2.1
- 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
- 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
- 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.