Releases: orchestral/testbench-core
Releases · orchestral/testbench-core
v8.28.2
v7.47.1
v9.5.1
v8.28.1
v9.5.0
Added
- Added
Orchestra\Testbench\Attributes\RequiresDatabase
attribute class. - 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 #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.
Deprecated
- Deprecated
Orchestra\Testbench\laravel_migration_path()
, usedefault_migration_path()
instead.
New Contributors
- @BlackLanzer made their first contribution in #233
v8.28.0
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 #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.
Deprecated
- Deprecated
Orchestra\Testbench\laravel_migration_path()
, usedefault_migration_path()
instead.
v7.47.0
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 #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.
Deprecated
- Deprecated
Orchestra\Testbench\laravel_migration_path()
, usedefault_migration_path()
instead.
New Contributors
- @BlackLanzer made their first contribution in #233
v6.53.0
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.
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.
Deprecated
- Deprecated
Orchestra\Testbench\laravel_migration_path()
, usedefault_migration_path()
instead.
v9.4.1
v9.4.0
Added
- Added
artisan
binary to Laravel skeleton. - Added
Orchestra\Testbench\join_paths()
function. - Added
Orchestra\Testbench\Attributes\UsesVendor
attribute class. - Added
defineStashRoutes()
method to register adhoc route for test.
Changes
- Improvements to
Orchestra\Testbench\default_skeleton_path()
,Orchestra\Testbench\package_path()
, andOrchestra\Testbench\workbench_path()
usage based on newOrchestra\Testbench\join_paths()
function.