2015-05-29 15:11:01 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2023-11-12 22:39:50 +00:00
|
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" beStrictAboutTestsThatDoNotTestAnything="true" beStrictAboutOutputDuringTests="true" bootstrap="vendor/autoload.php" colors="true" failOnRisky="true" failOnWarning="true" processIsolation="false" stopOnError="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd">
|
|
|
|
|
<testsuites>
|
|
|
|
|
<testsuite name="PHP Dotenv Test Suite">
|
|
|
|
|
<directory suffix="Test.php">./tests</directory>
|
|
|
|
|
</testsuite>
|
|
|
|
|
</testsuites>
|
|
|
|
|
<source>
|
|
|
|
|
<include>
|
|
|
|
|
<directory suffix=".php">./src</directory>
|
|
|
|
|
</include>
|
|
|
|
|
</source>
|
2013-01-23 00:55:23 -06:00
|
|
|
</phpunit>
|