Skip to content

Commit

Permalink
Update Nexus Tachycardia config
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Apr 28, 2024
1 parent f6e4040 commit 06707af
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions src/Template/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,11 @@
</testsuite>
</testsuites>
<extensions>
<extension class="Nexus\PHPUnit\Extension\Tachycardia">
<arguments>
<array>
<element key="timeLimit">
<double>0.50</double>
</element>
<element key="reportable">
<integer>30</integer>
</element>
<element key="precision">
<integer>2</integer>
</element>
<element key="collectBare">
<boolean>true</boolean>
</element>
<element key="tabulate">
<boolean>true</boolean>
</element>
</array>
</arguments>
</extension>
<bootstrap class="Nexus\PHPUnit\Tachycardia\TachycardiaExtension">
<parameter name="time-limit" value="0.50"/>
<parameter name="report-count" value="30"/>
<parameter name="format" value="table"/>
</bootstrap>
</extensions>
<logging>
<testdoxHtml outputFile="build/phpunit/testdox.html"/>
Expand Down

0 comments on commit 06707af

Please sign in to comment.