Changes
- Update minimum support for Testbench Core v8.28.1+. (v8.27.0...v8.28.1)
Testbench Changes
Added
- Added
markTestSkippedWhen()
andmarkTestSkippedUnless()
assertion helper to conditionally handlemarkTestSkipped()
. - Added
Orchestra\Testbench\default_migration_path()
helper function. - Added
Orchestra\Testbench\laravel_vendor_exists()
helper function. - Allows TestCase to inherit Attributes defined on parent TestCase by @BlackLanzer in orchestral/testbench-core#233.
Changes
- Allow Testbench to delete
vendor
symlink directory if it was created while running tests.
Fixes
- Fixes
view.paths
configuration not being updated to includeworkbench/resources/views
due to IoC booting sequence. - Fixes compatibility with PHPUnit 10.3.
Deprecated
- Deprecated
Orchestra\Testbench\laravel_migration_path()
, usedefault_migration_path()
instead.
New Contributors
- @BlackLanzer made their first contribution in orchestral/testbench-core#233