Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
zero-spam
/
vendor
/
sabre
/
cache
/
tests
:
phpunit.xml
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<phpunit colors="true" bootstrap="../vendor/autoload.php" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" beStrictAboutTestsThatDoNotTestAnything="true" beStrictAboutOutputDuringTests="true" > <testsuites> <testsuite name="sabre-cache"> <directory>.</directory> </testsuite> </testsuites> <filter> <whitelist addUncoveredFilesFromWhitelist="true"> <directory suffix=".php">../lib/</directory> </whitelist> </filter> </phpunit>