![]() 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/cartforge.co/vendor/astock/stock-api-libphp/ |
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="./test/bootstrap.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" forceCoversAnnotation="false" processIsolation="false" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false"> <testsuites> <testsuite name="Stock_Api_Unit_Tests_Src"> <directory suffix=".php">./test/src/</directory> </testsuite> </testsuites> <php> <ini name="memory_limit" value="-1"/> </php> <coverage> <include> <directory suffix=".php">./src</directory> </include> <exclude> <directory>./vendor</directory> <directory>./test</directory> </exclude> </coverage> </phpunit>