Releases: orchestral/testbench
Releases · orchestral/testbench
v3.1.2
- Include
fzaninotto/faker
as a dependency for compatibility with Laravel Framework v5.1.7 and above.
v3.1.1
- Update Laravel configuration fixtures.
v3.1.0
- Update support for Laravel Framework v5.1.
- Remove
Orchestra\Testbench\Traits\ClientTrait
.
- Remove
Orchestra\Testbench\Traits\PHPUnitAssertionsTrait
.
v3.0.7
- Update Laravel configuration fixtures.
v3.0.6
- Show expected code and actual code when using
PHPUnitAssertionTrait::assertResponseStatus()
.
- Update Laravel configuration fixtures.
v3.0.5
- Update changes to Laravel Framework v5.0.15, move generated
compiled.php
and routes.php
to vendor
directory.
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.