Skip to content

Commit 70fa783

Browse files
committed
:octocat:
1 parent defb3fb commit 70fa783

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: phpunit.xml.dist

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@
2121
<xml outputDirectory=".build/coverage/coverage-xml"/>
2222
</report>
2323
</coverage>
24-
<!--
2524
<groups>
2625
<exclude>
27-
<group>slow</group>
26+
<group>output</group>
27+
<!--<group>slow</group>-->
2828
</exclude>
2929
</groups>
30-
-->
3130
<php>
3231
<const name="REQUEST_FACTORY" value="chillerlan\HTTP\Psr7\HTTPFactory"/>
3332
<const name="RESPONSE_FACTORY" value="chillerlan\HTTP\Psr7\HTTPFactory"/>

Diff for: tests/LoggingClientTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
*
2323
*/
2424
#[Group('slow')]
25+
#[Group('output')]
2526
class LoggingClientTest extends CurlClientTest{
2627

2728
protected function setUp():void{

0 commit comments

Comments
 (0)