Skip to content

Releases: orchestral/testbench-core

v3.7.4

07 Oct 01:23
Compare
Choose a tag to compare

Changes

  • Update Laravel 5.7 skeleton.

v3.7.3

13 Sep 10:34
Compare
Choose a tag to compare

Changes

  • Always run artisan commands instead of getting an instance of Illuminate\Foundation\Testing\PendingCommand.

v3.7.2

12 Sep 13:55
Compare
Choose a tag to compare

Changes

  • Update Laravel 5.7 skeleton.
  • Bump minimum Laravel Framework version to 5.7.4.

v3.7.1

07 Sep 02:05
Compare
Choose a tag to compare

Changes

  • Update Laravel 5.7 skeleton.

v3.7.0

04 Sep 15:53
Compare
Choose a tag to compare

Added

  • Added Orchestra\Testbench\Http\Middleware\Authenticate middleware.

Changes

  • Update support for Laravel Framework v5.7.
  • Orchestra\Testbench\Concerns\Testing::setUpTheTestEnvironmentTraits() should always accept an array of $uses from Orchestra\Testbench\TestCase::setUpTraits().

v3.6.6

12 Jul 01:06
Compare
Choose a tag to compare

Changes

  • Update Laravel 5.6 skeleton.
  • Avoid returning self unless the method is final.

v3.6.5

03 Jul 22:55
Compare
Choose a tag to compare

Changes

  • Bump minimum Laravel Framework v5.6.13+ which support signed route URL.
  • Update Laravel skeleton structure.

v3.6.4

13 Mar 02:48
Compare
Choose a tag to compare

Added

  • Added Orchestra\Testbench\Concerns\WithFactories::loadFactoriesUsing() helper to load factories before $this->app is available.

Changes

  • Allow Orchestra\Testbench\Concerns\Testing::setUpTheTestEnvironmentTraits() to access $uses.
  • Update validation language file to include not_regex.

v3.5.10

13 Mar 02:48
Compare
Choose a tag to compare

Added

  • Added Orchestra\Testbench\Concerns\WithFactories::loadFactoriesUsing() helper to load factories before $this->app is available.

v3.6.3

20 Feb 04:14
Compare
Choose a tag to compare

Fixes

  • Fixes binding not overridden when trying to resolve providers and aliases.