Changes
- Update minimum support for Testbench Core v10.1.0+. (v10.0.0...v10.1.0)
Testbench Changes
Added
- Added
resolvePhpUnitTestClassName()andresolvePhpUnitTestMethodName()toOrchestra\Testbench\Concerns\InteractsWithPHPUnittrait.
Changes
- Allows
usesTestingFeature()to register attribute directly on test method. - Improves
vendordetection on the default skeleton. - Utilise
Orchestra\Sidekick\is_symlink()function instead ofis_link()to improves support on Windows. - Use
::classinstead ofget_class(). - Delete
vendorsymlink viapackage:purge-skeletoncommand.
Fixes
- Fix static variable via
Orchestra\Testbench\Attributes\UsesVendor::beforeEach()method.
Deprecate
- Deprecate following PHPUnit annotations:
@environment-setup@define-env@define-database@define-route