Releases: orchestral/testbench
Releases · orchestral/testbench
v3.2.1
- Bump to Laravel Framework v5.2.7+.
- Add
Orchestra\Testbench\ApplicationTestCase
and Orchestra\Testbench\Exceptions\ApplicationHandler
for full Laravel integration testing support. (@rydurham)
v3.2.0
- Update support for Laravel Framework v5.2.
- Include default middlewares under
Orchestra\Testbench\Http\Kernel
.
- Add
Orchestra\Testbench\Http\Middleware\Authenticate
and Orchestra\Testbench\Http\Middleware\RedirectIfAuthenticated
.
- Rename
Orchestra\Testbench\TestCaseInterface
to Orchestra\Testbench\Contracts\TestCase
.
- Remove Behat integration via
Orchestra\Testbench\BehatFeatureContext
.
v3.1.7
- Bump to Laravel Framework v5.1.27.
- Add
Orchestra\Testbench\Traits\WithFactories
trait to allow packages to load model factories when running packages test suite.
v3.1.6
- Update Laravel configuration fixtures.
- Test with PHPUnit 4.0+ and 5.0+.
- Flush serverVariables properties if it exists.
v3.1.5
- Update Laravel configuration fixtures.
- Move
providers
and aliases
configuration to fixtures config/app.php
.
- Add
testing
database connection which use :memory:
SQLite database.
v3.1.4
- Update Laravel configuration fixtures, add support for new authorization feature.
v3.1.3
- Update Laravel configuration fixtures.
- Execute
Mockery::close()
if Mockery class is available on teardown.
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
.