Skip to content

Releases: orchestral/testbench

v3.5.3

25 Dec 11:52
Compare
Choose a tag to compare

Changes

  • Update minimum support for Testbench Core v3.5.5+.

v3.5.2

08 Oct 08:07
Compare
Choose a tag to compare

Changes

  • Update minimum support for Testbench Core v3.5.4+.

v3.4.10

08 Oct 08:07
Compare
Choose a tag to compare

Changes

  • Update minimum support for Testbench Core v3.4.4+.

v3.5.1

02 Oct 12:01
Compare
Choose a tag to compare

Changes

  • Add mockery expectations to the assertion count. (@scrubmx)
  • Update Laravel skeleton and Orchestra\Testbench\Exceptions\Handler.
  • Add Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse to Orchestra\Testbench\Http\Kernel. (@kalfheim)
  • Allow to use Illuminate\Foundation\Testing\RefreshDatabase. (@BertvanHoekelen)

Fixes

  • Don't enable auto discovery for every package.
  • Refresh named routes when declaring new routes from within a test method.

v3.4.9

18 Sep 23:05
Compare
Choose a tag to compare

Changes

  • Update minimum support for Testbench Core v3.4.2+.

v3.5.0

25 Aug 10:19
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.5.
  • Migrate code to orchestra/testbench-core.

v3.4.8

03 Jul 15:53
Compare
Choose a tag to compare

Changes

  • Migrate code to orchestra/testbench-core.

v3.4.7

04 Jun 11:46
Compare
Choose a tag to compare

Changes

  • Update minimum support for Laravel Framework v5.4.17+.
  • Deprecate Orchestra\Testbench\TestCase::runLaravelDefaultMigrations().

v3.4.6

10 Mar 07:11
Compare
Choose a tag to compare

Changes

  • Reverse order of execution for $this->beforeApplicationDestroyedCallbacks. (antonkomarev)
  • Update missing Bus alias.
  • Rename Orchestra\Testbench\Traits\ApplicationTrait to Orchestra\Testbench\Traits\CreatesApplication.

v3.3.7

10 Mar 07:10
Compare
Choose a tag to compare
  • Reverse order of execution for $this->beforeApplicationDestroyedCallbacks. (a-komarev)
  • Update missing Bus alias.