📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 19:57:35
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
phpunit
/
phpunit
/
tests
/
end-to-end
/
migration
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/phpunit/phpunit/tests/end-to-end/migration
🔄 Refresh
✏️
Editing: unsupported-schema.phpt
Writable
--TEST-- Configuration migration is not possible when the configuration file does not validate against any known schema --FILE-- <?php declare(strict_types=1); $_SERVER['argv'][] = '--do-not-cache-result'; $_SERVER['argv'][] = '--migrate-configuration'; chdir(sys_get_temp_dir()); copy(__DIR__ . '/_files/unsupported-schema/phpunit.xml', 'phpunit.xml'); require_once __DIR__ . '/../../bootstrap.php'; (new PHPUnit\TextUI\Application)->run($_SERVER['argv']); --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. Migration of %s failed: The file does not validate against any known schema --CLEAN-- <?php declare(strict_types=1); unlink(sys_get_temp_dir() . '/phpunit.xml'); unlink(sys_get_temp_dir() . '/phpunit.xml.bak');
💾 Save Changes
❌ Cancel