Repository URL to install this package:
|
Version:
1.0.0 ▾
|
crazyfactory/phpunit-extensions
/
phpunit.xml
|
|---|
<?xml version="1.0"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" backupGlobals="false" colors="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd" backupStaticProperties="false">
<testsuites>
<testsuite name="Unit Tests">
<directory>tests/unit/</directory>
</testsuite>
</testsuites>
</phpunit>