OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
3-31-025chanakya
/
sendy
/
includes
/
helpers
/
random_compat
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/26/2025 04:22:19 AM
rwxr-xr-x
📄
LICENSE
1.07 KB
03/26/2025 04:21:19 AM
rw-r--r--
📄
composer.json
913 bytes
03/26/2025 04:21:19 AM
rw-r--r--
📁
dist
-
03/26/2025 04:22:20 AM
rwxr-xr-x
📁
lib
-
03/26/2025 04:22:20 AM
rwxr-xr-x
📄
phpunit-autoload.php
300 bytes
03/26/2025 04:21:19 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'; } }