An error occurred while loading the file. Please try again.
-
Lambert Patrick authored
but with old parameters (male-like growth)
efa18237
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.5/phpunit.xsd"
bootstrap="tests/bootstrap.php"
>
<testsuites>
<testsuite name="Project Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
<php>
<env name="APP_ENV" value="test"/>
<env name="KERNEL_CLASS" value="\Irstea\NgModelGeneratorBundle\Tests\Fixtures\TestKernel"/>
<env name="KERNEL_DIR" value="tests/Fixtures"/>
</php>
<filter>
<whitelist>
<directory>src/php</directory>
</whitelist>
</filter>
</phpunit>