Skip to content

Commit 0682fee

Browse files
committed
chore: update nexusphp/tachycardia
1 parent c21083d commit 0682fee

File tree

2 files changed

+5
-19
lines changed

2 files changed

+5
-19
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"kint-php/kint": "^5.0.4",
2626
"mikey179/vfsstream": "^1.6",
2727
"nexusphp/cs-config": "^3.6",
28-
"nexusphp/tachycardia": "^1.0",
28+
"nexusphp/tachycardia": "^2.0",
2929
"php-coveralls/php-coveralls": "^2.5",
3030
"phpstan/extension-installer": "^1.3",
3131
"phpstan/phpstan": "^1.10.2",

phpunit.xml.dist

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,10 @@
1818
</testsuite>
1919
</testsuites>
2020
<extensions>
21-
<extension class="Nexus\PHPUnit\Extension\Tachycardia">
22-
<arguments>
23-
<array>
24-
<element key="timeLimit">
25-
<double>0.50</double>
26-
</element>
27-
<element key="reportable">
28-
<integer>30</integer>
29-
</element>
30-
<element key="precision">
31-
<integer>2</integer>
32-
</element>
33-
<element key="tabulate">
34-
<boolean>false</boolean>
35-
</element>
36-
</array>
37-
</arguments>
38-
</extension>
21+
<bootstrap class="Nexus\PHPUnit\Tachycardia\TachycardiaExtension">
22+
<parameter name="time-limit" value="0.50" />
23+
<parameter name="report-count" value="30" />
24+
</bootstrap>
3925
</extensions>
4026
<php>
4127
<server name="app.baseURL" value="http://example.com/"/>

0 commit comments

Comments
 (0)