Skip to content

Releases: orchestral/testbench

v3.2.1

21 Jan 23:04
Compare
Choose a tag to compare
  • 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

21 Dec 23:55
Compare
Choose a tag to compare
  • 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

19 Dec 01:17
Compare
Choose a tag to compare
  • 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

27 Nov 03:52
Compare
Choose a tag to compare
  • Update Laravel configuration fixtures.
  • Test with PHPUnit 4.0+ and 5.0+.
  • Flush serverVariables properties if it exists.

v3.1.5

15 Oct 23:05
Compare
Choose a tag to compare
  • 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

31 Aug 10:18
Compare
Choose a tag to compare
  • Update Laravel configuration fixtures, add support for new authorization feature.

v3.1.3

26 Jul 01:08
Compare
Choose a tag to compare
  • Update Laravel configuration fixtures.
  • Execute Mockery::close() if Mockery class is available on teardown.

v3.1.2

12 Jul 12:24
Compare
Choose a tag to compare
  • Include fzaninotto/faker as a dependency for compatibility with Laravel Framework v5.1.7 and above.

v3.1.1

04 Jul 19:26
Compare
Choose a tag to compare
  • Update Laravel configuration fixtures.

v3.1.0

09 Jun 13:12
Compare
Choose a tag to compare
  • Update support for Laravel Framework v5.1.
  • Remove Orchestra\Testbench\Traits\ClientTrait.
  • Remove Orchestra\Testbench\Traits\PHPUnitAssertionsTrait.