mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
fix Dynamic Properties attribute
This commit is contained in:
@ -186,7 +186,7 @@ final class TestCaseFactory
|
||||
use Pest\TestSuite as __PestTestSuite;
|
||||
|
||||
$classAttributesCode
|
||||
#[AllowDynamicProperties]
|
||||
#[\AllowDynamicProperties]
|
||||
final class $className extends $baseClass implements $hasPrintableTestCaseClassFQN {
|
||||
$traitsCode
|
||||
|
||||
|
||||
Reference in New Issue
Block a user