https://github.com/PressForward/pressforward
Raw File
Tip revision: 1bb7db01aa36e0cd2866adca7092bf591ee4333f authored by Boone B Gorges on 15 November 2018, 17:25:14 UTC
postmeta filter should respect `$single` argument.
Tip revision: 1bb7db0
phpunit.xml
<phpunit
	bootstrap="tests/bootstrap.php"
	backupGlobals="false"
	colors="true"
	convertErrorsToExceptions="true"
	convertNoticesToExceptions="true"
	convertWarningsToExceptions="true"
	>
	<testsuites>
		<testsuite>
			<directory prefix="test-" suffix=".php">./tests/</directory>
		</testsuite>
	</testsuites>
</phpunit>
back to top