Skip to content

Releases: orchestral/testbench

v9.6.0

19 Nov 00:23
Compare
Choose a tag to compare

Changes

Testbench Changes

Added
  • Added Orchestra\Testbench\Foundation\Bootstrap\DeleteVendorSymlink class.
  • Added Orchestra\Testbench\Concerns\InteractsWithMockery trait.
  • Added --database option to package:create-sqlite-db command.
  • Added --database and --all options to package:drop-sqlite-db command.
  • Added Orchestra\Testbench\php_binary() function.
  • Allows laravel/serializable-closure 2.
  • Added draft support for PHP 8.4.
Changes
  • Ensure database directory exists when running package:create-sqlite-db.
  • Allow configuring PHP_CLI_SERVER_WORKERS via Composer Script.
  • Improves CTRL+C and CTRL+BREAK supports on Windows without pcntl extension.
  • Orchestra\Testbench\Foundation\Console\Actions\GeneratesFile should be able to handle $from and $to when given as false or null.
Fixed
  • Fixed #[WithMigration('queue')] should load the default migrations.

v8.28.0

18 Nov 23:58
Compare
Choose a tag to compare

Changes

Testbench Changes

Added
  • Added Orchestra\Testbench\Foundation\Bootstrap\DeleteVendorSymlink class.
  • Added Orchestra\Testbench\Concerns\InteractsWithMockery trait.
  • Added --database option to package:create-sqlite-db command.
  • Added --database and --all options to package:drop-sqlite-db command.
  • Added Orchestra\Testbench\php_binary() function.
  • Allows laravel/serializable-closure 2.

Changes

  • Change resolveApplicationResolvingCallback() method visibility from private to protected.
  • Ensure database directory exists when running package:create-sqlite-db.
  • Allow configuring PHP_CLI_SERVER_WORKERS via Composer Script.
  • Improves CTRL+C and CTRL+BREAK supports on Windows without pcntl extension.
  • Orchestra\Testbench\Foundation\Console\Actions\GeneratesFile should be able to handle $from and $to when given as false or null.

v7.47.0

18 Nov 23:52
Compare
Choose a tag to compare

Changes

Testbench Changes

Added
  • Added Orchestra\Testbench\Foundation\Bootstrap\DeleteVendorSymlink class.
  • Added Orchestra\Testbench\Concerns\InteractsWithMockery trait.
  • Added --database option to package:create-sqlite-db command.
  • Added --database and --all options to package:drop-sqlite-db command.
  • Added Orchestra\Testbench\php_binary() function.
  • Added support for PHP 8.3.
Changes
  • Change resolveApplicationResolvingCallback() method visibility from private to protected.
  • Ensure database directory exists when running package:create-sqlite-db.
  • Allow configuring PHP_CLI_SERVER_WORKERS via Composer Script.
  • Improves CTRL+C and CTRL+BREAK supports on Windows without pcntl extension.
  • Orchestra\Testbench\Foundation\Console\Actions\GeneratesFile should be able to handle $from and $to when given as false or null.

v9.5.2

06 Oct 13:11
Compare
Choose a tag to compare

Changes

Testbench Changes

Fixes
  • Prevent seeder from being executed when shouldSeed() exists and return false.

v8.27.2

06 Oct 13:05
Compare
Choose a tag to compare

Changes

Testbench Changes

Fixes
  • Prevent seeder from being executed when shouldSeed() exists and return false.

v7.46.2

06 Oct 13:03
Compare
Choose a tag to compare

Changes

Testbench Changes

Fixes
  • Prevent seeder from being executed when shouldSeed() exists and return false.

v6.47.1

06 Oct 13:03
Compare
Choose a tag to compare

Changes

Testbench Changes

Fixes
  • Prevent seeder from being executed when shouldSeed() exists and return false.

v9.5.1

05 Oct 15:06
Compare
Choose a tag to compare

Changes

Testbench Changes

Changes
  • Listen to SIGHUP, SIGUSR1, and SIGUSR2 signals via Testbench CLI.
  • Update config/concurrency.php configuration file.
Fixes
  • Fixes Testbench CLI signals via serve command to reset published .env and testbench.yaml.

v8.27.1

05 Oct 15:06
Compare
Choose a tag to compare

Changes

Testbench Changes

Changes
  • Listen to SIGHUP, SIGUSR1, and SIGUSR2 signals via Testbench CLI.
Fixes
  • Fixes Testbench CLI signals via serve command to reset published .env and testbench.yaml.

v7.46.1

05 Oct 15:05
Compare
Choose a tag to compare

Changes

Testbench Changes

Changes
  • Listen to SIGHUP, SIGUSR1, and SIGUSR2 signals via Testbench CLI.
Fixes
  • Fixes Testbench CLI signals via serve command to reset published .env and testbench.yaml.