Skip to content

Releases: orchestral/testbench-core

v3.8.5

10 Jun 08:42
Compare
Choose a tag to compare

Added

  • Added Orchestra\Testbench\Concerns\CreatesApplication::resetApplicationArtisanCommands().

Changes

  • Reset registered artisan commands when running migration from Orchestra\Testbench\Concerns\WithLoadMigrationsFrom::loadMigrationsFrom().

v3.7.9

10 Jun 08:29
Compare
Choose a tag to compare

Added

  • Added Orchestra\Testbench\Concerns\CreatesApplication::resetApplicationArtisanCommands().

Changes

  • Reset registered artisan commands when running migration from Orchestra\Testbench\Concerns\WithLoadMigrationsFrom::loadMigrationsFrom().

v3.6.7

10 Jun 08:29
Compare
Choose a tag to compare

Added

  • Added Orchestra\Testbench\Concerns\CreatesApplication::resetApplicationArtisanCommands().

Changes

  • Reset registered artisan commands when running migration from Orchestra\Testbench\Concerns\WithLoadMigrationsFrom::loadMigrationsFrom().

v3.8.4

29 May 23:09
Compare
Choose a tag to compare

Changes

  • Update Laravel 5.8 skeleton.
  • Bump suggested minimum Laravel Framework version to 5.8.19.

v3.8.3

13 May 02:22
Compare
Choose a tag to compare

Changes

  • Update Laravel 5.8 skeleton.
  • Bump suggested minimum Laravel Framework version to 5.8.15.

v3.8.2

10 Apr 12:59
Compare
Choose a tag to compare

Changes

  • Update Laravel 5.8 skeleton.

v3.7.8

09 Apr 13:39
Compare
Choose a tag to compare

Changes

  • Update Laravel 5.7 skeleton.
  • Recommend to be used with Laravel Framework v5.7.28+.

v3.8.1

28 Feb 01:05
Compare
Choose a tag to compare

Changes

  • Update Laravel 5.8 skeleton.
    • Uncomment session.expire_on_close.
    • Use AWS_DEFAULT_REGION environment variable instead of AWS_REGION for consistency.

v3.8.0

26 Feb 22:02
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.8.
  • Add void return type to setUp() and tearDown() for PHPUnit 8+ compatibility.

v3.7.7

04 Dec 01:02
Compare
Choose a tag to compare

Changes

  • Update Laravel 5.7 skeleton.
  • Recommend to be used with Laravel Framework v5.7.14+.