📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 18:50:29
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
phpunit
/
phpunit
/
tests
/
_files
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/phpunit/phpunit/tests/_files
🔄 Refresh
✏️
Editing: configuration_xinclude.xml
Writable
<?xml version="1.0" encoding="utf-8" ?> <phpunit backupGlobals="true" backupStaticAttributes="false" bootstrap="/path/to/bootstrap.php" columns="80" colors="false" stderr="false" convertDeprecationsToExceptions="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" forceCoversAnnotation="false" stopOnFailure="false" stopOnWarning="false" failOnWarning="false" failOnRisky="false" extensionsDirectory="/tmp" printerClass="PHPUnit\TextUI\DefaultResultPrinter" defaultTestSuite="My Test Suite" beStrictAboutChangesToGlobalState="false" beStrictAboutOutputDuringTests="false" beStrictAboutTestsThatDoNotTestAnything="false" beStrictAboutCoversAnnotation="false" defaultTimeLimit="123" enforceTimeLimit="false" timeoutForSmallTests="1" timeoutForMediumTests="10" timeoutForLargeTests="60" executionOrder="default" resolveDependencies="false"> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="configuration.xml" parse="xml" xpointer="xpointer(/phpunit/testsuites)" /> <groups> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="configuration.xml" parse="xml" xpointer="xpointer(/phpunit/groups/*)" /> </groups> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="configuration_codecoverage.xml" parse="xml" xpointer="xpointer(/phpunit/coverage)" /> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="configuration_logging.xml" parse="xml" xpointer="xpointer(/phpunit/logging)" /> <php> <includePath>.</includePath> <includePath>/path/to/lib</includePath> <ini name="foo" value="bar"/> <ini name="highlight.keyword" value="#123456"/> <ini name="highlight.string" value="TEST_FILES_PATH"/> <const name="FOO" value="false"/> <const name="BAR" value="true"/> <var name="foo" value="false"/> <env name="foo" value="true"/> <env name="foo_force" value="forced" force="true"/> <env name="bar" value="true" verbatim="true"/> <post name="foo" value="bar"/> <get name="foo" value="bar"/> <cookie name="foo" value="bar"/> <server name="foo" value="bar"/> <files name="foo" value="bar"/> <request name="foo" value="bar"/> </php> </phpunit>
💾 Save Changes
❌ Cancel