You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<php>
<ini name="error_reporting" value="-1"/>
<server name="KERNEL_CLASS" value="PhpList\Core\Core\ApplicationKernel"/>
<listener class="\PhpunitMemoryAndTimeUsageListener\Listener\Measurement\TimeAndMemoryTestListener"/>
</php>
<testsuites>
<testsuite name="default">
<!--<directory suffix=".php">./tests/Unit</directory>-->
<directory suffix=".php">./tests/Integration/Controller</directory>
<!--also tried putting listener here with the </>-->
</testsuite>
<!--also tried putting listener here with the </>-->
</testsuites>
<!--also tried putting listener here with the </> surrounding it-->
`
Could you let me know where the tag goes? I'm guessing now not in phpunit.xml.dist at all, but I'm not sure where else it would go for running phpunit tests.
Thanks! :)
Dave
The text was updated successfully, but these errors were encountered:
I tried putting it in my phpunit.xml.dist in these 4 different places, but it didn't work in any of them:
`
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.2/phpunit.xsd"
backupGlobals="false"
colors="true"
bootstrap="vendor/autoload.php"
(I tried putting listener here without the <.../>
Could you let me know where the tag goes? I'm guessing now not in phpunit.xml.dist at all, but I'm not sure where else it would go for running phpunit tests.
Thanks! :)
Dave
The text was updated successfully, but these errors were encountered: