# post-snippets/1.9/tests/phpunit.xml

Post Snippets – Custom WordPress Code Snippets Customizer, version 1.9. 12 lines.

- Page: https://pluginprobe.com/plugins/post-snippets/1.9/code/tests/phpunit.xml
- Raw: https://pluginprobe.com/plugins/post-snippets/1.9/raw/tests/phpunit.xml
- Modified: 2012-01-11T22:56:02+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/post-snippets/1.9/code/tests/phpunit.xml#L10-L20`.

```xml
<?xml version="1.0" encoding="UTF-8"?>
<phpunit 
	colors="true" 
	stopOnFailure="false" 
	bootstrap="E:/Code/_Tools/UniformServer/www/wordpress.dev/wordpress-tests/init.php">
	<testsuites>
		<testsuite name="PostSnippets">
			<file>post-snippets-test.php</file>
		</testsuite>
	</testsuites>
</phpunit>

```
