![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/laminas/laminas-http/.laminas-ci/ |
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true"> <coverage includeUncoveredFiles="true"> <include> <directory suffix=".php">./src</directory> </include> </coverage> <testsuites> <testsuite name="laminas-http Test Suite"> <directory>./test/</directory> </testsuite> </testsuites> <groups> <exclude> <group>disable</group> </exclude> </groups> <php> <ini name="date.timezone" value="UTC"/> <!-- OB_ENABLED should be enabled for some tests to check if all functionality works as expected. Such tests include those for Laminas\Soap and Laminas\Session, which require that headers not be sent in order to work. --> <env name="TESTS_LAMINAS_OB_ENABLED" value="false"/> <!-- Laminas\Http\Client tests To enable the dynamic Laminas\Http\Client tests, you will need to symbolically link or copy the files in test/Client/_files to a directory under your web server(s) document root and set this constant to point to the URL of this directory. --> <env name="TESTS_LAMINAS_HTTP_CLIENT_BASEURI" value="http://127.0.0.1"/> <env name="TESTS_LAMINAS_HTTP_CLIENT_ONLINE" value="true"/> <!-- Laminas\Http\Client\Proxy tests HTTP proxy to be used for testing the Proxy adapter. Set to a string of the form 'host:port'. Set to null to skip HTTP proxy tests. --> <env name="TESTS_LAMINAS_HTTP_CLIENT_HTTP_PROXY" value="127.0.0.1:8081"/> <env name="TESTS_LAMINAS_HTTP_CLIENT_HTTP_PROXY_USER" value=""/> <env name="TESTS_LAMINAS_HTTP_CLIENT_HTTP_PROXY_PASS" value=""/> <env name="TESTS_LAMINAS_HTTP_CLIENT_NOTRESPONDINGURI" value="http://127.1.1.0:1234"/> </php> </phpunit>