📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 08:39:15
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
phpunit
/
phpunit
/
build
/
templates
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/phpunit/phpunit/build/templates
🔄 Refresh
✏️
Editing: library-phar-autoload.php.in
Writable
<?php declare(strict_types=1); define('__PHPUNIT_PHAR__', str_replace(DIRECTORY_SEPARATOR, '/', __FILE__)); define('__PHPUNIT_PHAR_ROOT__', 'phar://___PHAR___'); Phar::mapPhar('___PHAR___'); spl_autoload_register( function ($class) { static $classes = null; if ($classes === null) { $classes = [___CLASSLIST___]; } if (isset($classes[$class])) { require_once 'phar://___PHAR___' . $classes[$class]; } }, ___EXCEPTION___, ___PREPEND___ ); foreach ([___CLASSLIST___] as $file) { require_once 'phar://___PHAR___' . $file; } require __PHPUNIT_PHAR_ROOT__ . '/phpunit/Framework/Assert/Functions.php'; __HALT_COMPILER();
💾 Save Changes
❌ Cancel