OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
old_sendy
/
includes
/
helpers
/
random_compat
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📄
LICENSE
1.07 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
composer.json
913 bytes
11/12/2024 09:44:50 AM
rw-r--r--
📁
dist
-
11/12/2024 09:30:10 AM
rwxr-xr-x
📁
lib
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📄
phpunit-autoload.php
300 bytes
05/19/2025 10:07:16 AM
rw-r--r--
Editing: phpunit-autoload.php
Close
<?php require_once __DIR__ . '/psalm-autoload.php'; /** * This is necessary for PHPUnit on PHP >= 5.3 * * Class PHPUnit_Framework_TestCase */ if (PHP_VERSION_ID >= 50300) { if (!class_exists('PHPUnit_Framework_TestCase')) { require_once __DIR__ . '/other/phpunit-shim.php'; } }