mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 16:27:23 +01:00
Fixes support for PHP 8.2
This commit is contained in:
@ -216,7 +216,7 @@ final class TestCaseFactory
|
||||
eval("
|
||||
namespace $namespace;
|
||||
|
||||
#[AllowDynamicProperties]
|
||||
#[\AllowDynamicProperties]
|
||||
final class $className extends $baseClass implements $hasPrintableTestCaseClassFQN {
|
||||
$traitsCode
|
||||
|
||||
|
||||
Reference in New Issue
Block a user