OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
sendy
/
includes
/
helpers
/
random_compat
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/18/2021 09:43:33 AM
rwxr-xr-x
📄
LICENSE
1.07 KB
11/18/2021 09:46:08 AM
rwxr-xr-x
📄
composer.json
913 bytes
11/18/2021 09:46:08 AM
rwxr-xr-x
📁
dist
-
11/18/2021 09:46:17 AM
rwxr-xr-x
📁
lib
-
11/18/2021 09:43:24 AM
rwxr-xr-x
📄
phpunit-autoload.php
300 bytes
11/18/2021 09:46:08 AM
rwxr-xr-x
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'; } }