Changes
- Update minimum support for Testbench Core v8.35.0+. (v8.34.0...v8.35.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.