[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Summary view] [Print] [Text view]
1 <?xml version="1.0"?> 2 <phpunit 3 bootstrap="./vendor/autoload.php" 4 colors="true" 5 convertErrorsToExceptions="true" 6 convertNoticesToExceptions="true" 7 convertWarningsToExceptions="true" 8 verbose="true" 9 stopOnFailure="false" 10 processIsolation="false" 11 backupGlobals="false" 12 syntaxCheck="true" 13 > 14 <testsuite name="ProxyManager tests"> 15 <directory>./tests/ProxyManagerTest</directory> 16 </testsuite> 17 <testsuite name="ProxyManager language integration tests"> 18 <directory suffix=".phpt">./tests/language-feature-scripts</directory> 19 </testsuite> 20 <filter> 21 <whitelist addUncoveredFilesFromWhitelist="true"> 22 <directory suffix=".php">./src</directory> 23 </whitelist> 24 </filter> 25 </phpunit>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |