| Server IP : 127.0.1.1 / Your IP : 216.73.216.152 Web Server : Apache/2.4.52 (Ubuntu) System : Linux bahcrestlinepropertiesllc 5.15.0-113-generic #123-Ubuntu SMP Mon Jun 10 08:16:17 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/bahcrestline/core/vendor/phpunit/phpunit/tests/_files/ |
Upload File : |
<?xml version="1.0" encoding="utf-8" ?>
<phpunit backupGlobals="true"
backupStaticAttributes="false"
bootstrap="/path/to/bootstrap.php"
cacheTokens="false"
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\ResultPrinter"
testSuiteLoaderClass="PHPUnit\Runner\StandardTestSuiteLoader"
defaultTestSuite="My Test Suite"
beStrictAboutChangesToGlobalState="false"
beStrictAboutOutputDuringTests="false"
beStrictAboutResourceUsageDuringSmallTests="false"
beStrictAboutTestsThatDoNotTestAnything="false"
beStrictAboutTodoAnnotatedTests="false"
beStrictAboutCoversAnnotation="false"
defaultTimeLimit="123"
enforceTimeLimit="false"
ignoreDeprecatedCodeUnitsFromCodeCoverage="false"
timeoutForSmallTests="1"
timeoutForMediumTests="10"
timeoutForLargeTests="60"
verbose="false"
executionOrder="default"
resolveDependencies="false"
noInteraction="true">
<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.xml"
parse="xml"
xpointer="xpointer(/phpunit/filter)" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="configuration.xml"
parse="xml"
xpointer="xpointer(/phpunit/listeners)" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="configuration.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>