Fixed some configs

This commit is contained in:
Alejandro Celaya
2019-02-04 19:43:21 +01:00
parent ccb7c8f8d9
commit 171b43c517
3 changed files with 12 additions and 9 deletions

View File

@@ -1,9 +1,10 @@
<?xml version="1.0"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.5/phpunit.xsd"
bootstrap="./vendor/autoload.php"
colors="true">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.5/phpunit.xsd"
bootstrap="./vendor/autoload.php"
colors="true"
>
<testsuites>
<testsuite name="Common">
<directory>./module/Common/test</directory>