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