Skip to content

Releases: orchestral/testbench

v3.3.0

25 Aug 04:24
Compare
Choose a tag to compare
  • Update support for Laravel Framework v5.3.
  • Add Orchestra\Testbench\ApplicationTestCase and Orchestra\Testbench\Exceptions\ApplicationHandler for full Laravel integration testing support. (@rydurham)
  • Add new Orchestra\Testbench\TestCase::setUpTraits() method.
  • Add support to Illuminate\Foundation\Testing\Concerns\InteractsWithAuthentication by default.
  • Update named route look-up table when $app is bootstrapped.
  • Add Orchestra\Testbench\TestCase::loadMigrationsFrom() to migrate during setup and add an event to rollback the migration during teardown. (@loren138)

v3.2.6

25 Aug 04:24
Compare
Choose a tag to compare
  • Add Orchestra\Testbench\TestCase::loadMigrationsFrom() to migrate during setup and add an event to rollback the migration during teardown. (@loren138)
  • Add TokenMismatchException to Orchestra\Testbench\Exceptions\ApplicationHandler::$dontReport array. (@lancepioch)

v3.1.8

18 Aug 00:50
Compare
Choose a tag to compare
  • Add Orchestra\Testbench\TestCase::loadMigrationsFrom() to migrate during setup and add an event to rollback the migration during teardown. (@loren138)
  • Update named route look-up table when $app is bootstrapped (backported from 3.2).

v3.2.5

26 May 23:03
Compare
Choose a tag to compare
  • Update validation.php language file for image dimensions validation rule.
  • Use static::class instead of get_class($this) under Orchestra\Testbench\TestCase.

v3.2.4

04 May 23:04
Compare
Choose a tag to compare
  • Bump to Laravel Framework v5.2.28+.

v3.2.3

04 Mar 01:30
Compare
Choose a tag to compare
  • Add new Orchestra\Testbench\TestCase::setUpTraits() method.
  • Add support to Illuminate\Foundation\Testing\Concerns\InteractsWithAuthentication by default.
  • Update named route look-up table when $app is bootstrapped.

v3.2.2

22 Jan 15:17
Compare
Choose a tag to compare
  • Fixes Orchestra\Testbench\ApplicationTestCase filename typo. (@rydurham)

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.