PluginProbe
VK Blocks / 0.59.0
VK Blocks v0.59.0
1.126.4 1.126.3 1.126.1 1.126.2 1.126.0 1.125.0 1.124.0 1.123.0 1.122.0 1.121.0 1.120.0 1.119.2 1.119.1 1.119.0 1.118.7 1.82.0.0 1.82.0.1 1.83.0.0 1.83.0.1 1.84.0.0 1.84.0.1 1.85.0.2 1.85.0.3 1.85.1.0 1.85.1.1 All 287 releases
vk-blocks / phpunit.xml.dist

phpunit.xml.dist in VK Blocks 0.59.0, at phpunit.xml.dist

17 lines 389 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?xml version="1.0"?>
2 <phpunit
3 bootstrap="tests/bootstrap.php"
4 backupGlobals="false"
5 colors="true"
6 convertErrorsToExceptions="true"
7 convertNoticesToExceptions="true"
8 convertWarningsToExceptions="true"
9 >
10 <testsuites>
11 <testsuite>
12 <directory prefix="test-" suffix=".php">./tests/</directory>
13 <exclude>./tests/test-sample.php</exclude>
14 </testsuite>
15 </testsuites>
16 </phpunit>
17