PluginProbe
WPIDE – File Manager & Code Editor / 3.5.9
WPIDE – File Manager & Code Editor v3.5.9
3.5.9 3.5.8 3.5.7 2.0.14 2.0.15 2.0.16 2.0.2 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1 2.2 2.3 2.3.1 2.3.2 2.4.0 2.5 2.6 3.0 3.1 3.2 3.3 All 55 releases
wpide / vendor / nikic / fast-route / phpunit.xml

phpunit.xml in WPIDE – File Manager & Code Editor 3.5.9, at vendor/nikic/fast-route/phpunit.xml

25 lines 640 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <phpunit backupGlobals="false"
4 backupStaticAttributes="false"
5 colors="true"
6 convertErrorsToExceptions="true"
7 convertNoticesToExceptions="true"
8 convertWarningsToExceptions="true"
9 processIsolation="false"
10 syntaxCheck="false"
11 bootstrap="test/bootstrap.php"
12 >
13 <testsuites>
14 <testsuite name="FastRoute Tests">
15 <directory>./test/</directory>
16 </testsuite>
17 </testsuites>
18
19 <filter>
20 <whitelist>
21 <directory>./src/</directory>
22 </whitelist>
23 </filter>
24 </phpunit>
25