Recommend this page to a friend! |
Classes of Muhammed M | > | PHP Page Cache Output | > | phpunit.xml | > | Download |
|
|
![]() |
<phpunit bootstrap="tests/bootstrap.php"> <testsuites> <testsuite name="PageCache"> <directory>tests</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">src</directory> <exclude> <file>examples/config.php</file> </exclude> </whitelist> </filter> </phpunit> |