PluginProbe
Custom 404 Pro / trunk
Custom 404 Pro vtrunk
3.15.2 3.15.4 3.15.5 3.15.6 3.16.0 3.15.1 3.15.0 3.14.1 3.14.0 3.13.0 trunk 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.1.5 1.1.6 1.2.0 1.3.10 1.3.12 1.3.5 All 100 releases
custom-404-pro / phpunit.xml.dist

phpunit.xml.dist in Custom 404 Pro trunk, at phpunit.xml.dist

15 lines 439 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 <phpunit
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd"
5 bootstrap="tests/bootstrap.php"
6 colors="true"
7 >
8 <testsuites>
9 <testsuite name="Custom 404 Pro">
10 <directory>tests</directory>
11 <exclude>tests/integration</exclude>
12 </testsuite>
13 </testsuites>
14 </phpunit>
15