https://github.com/PressForward/pressforward
Raw File
Tip revision: 363dcfdaa61f642b7855fd870b27af1dfa7f1673 authored by Aram Zucker-Scharff on 25 July 2015, 20:48:21 UTC
Bring back old open_OPML method for adding, instead of subscribing to OPML files.
Tip revision: 363dcfd
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