MOON
Server: Apache
System: Linux 54-179-220-51.cprapid.com 3.10.0-1160.144.1.el7.tuxcare.els4.x86_64 #1 SMP Tue Apr 7 08:40:40 UTC 2026 x86_64
User: thehunarfound (1001)
PHP: 7.4.29
Disabled: NONE
Upload Files
File: /home/thehunarfound/public_html/sms/lib/image-compress/phpunit.xml
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
         backupStaticAttributes="false"

         cacheTokens="false"
         colors="false"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         forceCoversAnnotation="false"
         mapTestClassNameToCoveredClassName="false"

         processIsolation="false"
         stopOnError="false"
         stopOnFailure="false"
         stopOnIncomplete="false"
         stopOnSkipped="false"
		 
         strict="false"
         verbose="false"
		 
		 >
	<testsuites>
		<testsuite name="./unittests/ImageCacheTest">
			<directory>.</directory>
		</testsuite>
	</testsuites>
	
	<filter>
	  <blacklist>
		<directory suffix=".php">./demo</directory>
		<file></file>
		<exclude>
		  <directory suffix=".php"></directory>
		  <file></file>
		</exclude>
	  </blacklist>
	  <whitelist processUncoveredFilesFromWhitelist="true">
		<directory suffix=".php"></directory>
		<file></file>
		<exclude>
		  <directory suffix=".php"></directory>
		  <file></file>
		</exclude>
	  </whitelist>
	</filter>
</phpunit>