• Poulet Camille's avatar
    Weight modification with BDBruch · 55cc6b71
    Poulet Camille authored
    WT pre spawning was calculated using weight-size relationship from
    Taverny.
    Here I replace the WT by the mean WT computed from the fishes caught at
    Bruch.
    55cc6b71
phpunit.xml.dist 715 bytes
<?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>