| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/projects/nextcloud/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>