PluginProbe
Post Snippets – Custom WordPress Code Snippets Customizer / 1.9
Post Snippets – Custom WordPress Code Snippets Customizer v1.9
4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.1 1.7.2 1.7.3 1.8 1.8.1 1.8.2 1.8.3 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.8.9.1 1.8.9.2 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.9.5 All 115 releases
post-snippets / tests / phpunit.xml

phpunit.xml in Post Snippets – Custom WordPress Code Snippets Customizer 1.9, at tests/phpunit.xml

12 lines 303 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 colors="true"
4 stopOnFailure="false"
5 bootstrap="E:/Code/_Tools/UniformServer/www/wordpress.dev/wordpress-tests/init.php">
6 <testsuites>
7 <testsuite name="PostSnippets">
8 <file>post-snippets-test.php</file>
9 </testsuite>
10 </testsuites>
11 </phpunit>
12