Git viewing holonet/common / master / phpunit.xml


Filter

      <phpunit
	forceCoversAnnotation="true"
	bootstrap="vendor/autoload.php">
	<testsuite name="tests">
		<directory>./tests</directory>
	</testsuite>
</phpunit>