����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 216.73.216.168 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/www/vendor/doctrine/dbal/ci/github/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/schema/9.3.xsd" colors="true" beStrictAboutOutputDuringTests="true" beStrictAboutTodoAnnotatedTests="true" failOnRisky="true" failOnWarning="true" > <php> <var name="db_driver" value="oci8"/> <var name="db_host" value="localhost"/> <var name="db_user" value="doctrine"/> <var name="db_password" value="oracle"/> <var name="db_dbname" value="XE"/> <var name="db_event_subscribers" value="Doctrine\DBAL\Event\Listeners\OracleSessionInit"/> <var name="tmpdb_driver" value="oci8"/> <var name="tmpdb_host" value="localhost"/> <var name="tmpdb_user" value="system"/> <var name="tmpdb_password" value="oracle"/> <var name="tmpdb_dbname" value="XE"/> </php> <testsuites> <testsuite name="Doctrine DBAL Test Suite"> <directory>../../tests</directory> </testsuite> </testsuites> <coverage> <include> <directory suffix=".php">../../lib/Doctrine</directory> </include> </coverage> </phpunit>