Server IP : 184.154.167.98 / Your IP : 3.145.186.132 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/fotografico/apps/files_pdfviewer/ |
Upload File : |
<?xml version="1.0" encoding="utf-8" ?> <phpunit bootstrap="tests/bootstrap.php" verbose="true" colors="true" timeoutForSmallTests="900" timeoutForMediumTests="900" timeoutForLargeTests="900"> <testsuite name='Files_PdfViewer app tests'> <directory>./tests</directory> </testsuite> <!-- filters for code coverage --> <filter> <whitelist> <directory suffix=".php">./</directory> <exclude> <directory suffix=".php">./vendor</directory> <directory suffix=".php">./templates</directory> <directory suffix=".php">./tests</directory> </exclude> </whitelist> </filter> <logging> <!-- and this is where your report will be written --> <log type="coverage-clover" target="./clover.xml"/> </logging> </phpunit>