Skip to content

Commit 7b1d446

Browse files
committed
chore: remove nexusphp/tachycardia
It does not support PHPUnit10 yet.
1 parent 160cf4c commit 7b1d446

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"kint-php/kint": "^5.0.4",
2626
"mikey179/vfsstream": "^1.6",
2727
"nexusphp/cs-config": "^3.6",
28-
"nexusphp/tachycardia": "^1.0",
2928
"php-coveralls/php-coveralls": "^2.5",
3029
"phpstan/extension-installer": "^1.3",
3130
"phpstan/phpstan": "^1.10.2",

phpunit.xml.dist

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,6 @@
1616
</testsuite>
1717
</testsuites>
1818
<extensions>
19-
<extension class="Nexus\PHPUnit\Extension\Tachycardia">
20-
<arguments>
21-
<array>
22-
<element key="timeLimit">
23-
<double>0.50</double>
24-
</element>
25-
<element key="reportable">
26-
<integer>30</integer>
27-
</element>
28-
<element key="precision">
29-
<integer>2</integer>
30-
</element>
31-
<element key="tabulate">
32-
<boolean>false</boolean>
33-
</element>
34-
</array>
35-
</arguments>
36-
</extension>
3719
</extensions>
3820
<php>
3921
<server name="app.baseURL" value="http://example.com/"/>

0 commit comments

Comments
 (0)