Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902)
This commit is contained in:
@@ -14,14 +14,8 @@ use PHPUnit\Framework\TestCase;
|
||||
|
||||
abstract class AbstractMockFactory
|
||||
{
|
||||
/**
|
||||
* @var TestCase
|
||||
*/
|
||||
private $testCase;
|
||||
|
||||
public function __construct(TestCase $testCase)
|
||||
public function __construct(private TestCase $testCase)
|
||||
{
|
||||
$this->testCase = $testCase;
|
||||
}
|
||||
|
||||
protected function getTestCase(): TestCase
|
||||
|
||||
Reference in New Issue
Block a user