Releases: orchestral/testbench-core
Releases · orchestral/testbench-core
v7.48.0
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
.
v9.5.6
Fixed
- Fixed
#[WithMigration('queue')]
should load the default migrations.
v9.5.5
Changes
- Ensure database directory exists when running
package:create-sqlite-db
.
- Allow configuring
PHP_CLI_SERVER_WORKERS
via Composer Script.
v8.28.5
Changes
- Ensure database directory exists when running
package:create-sqlite-db
.
- Allow configuring
PHP_CLI_SERVER_WORKERS
via Composer Script.
v7.47.4
Changes
- Ensure database directory exists when running
package:create-sqlite-db
.
- Allow configuring
PHP_CLI_SERVER_WORKERS
via Composer Script.
v9.5.4
Changes
- 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
.
v8.28.4
Changes
- 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.3
Changes
- 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.3
Fixes
- Prevent seeder from being executed when
shouldSeed()
exists and return false
.
v8.28.3
Fixes
- Prevent seeder from being executed when
shouldSeed()
exists and return false
.