Skip to content
Snippets Groups Projects
Commit 2d2a090d authored by Jaime Perez's avatar Jaime Perez
Browse files

Adding an XML configuration for phpunit.

parent 858893a5
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="./../../vendor/autoload.php">
<testsuites>
<testsuite name="Test Suite">
<directory>./../../tests</directory>
</testsuite>
</testsuites>
</phpunit>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment