We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defb3fb commit 70fa783Copy full SHA for 70fa783
phpunit.xml.dist
@@ -21,13 +21,12 @@
21
<xml outputDirectory=".build/coverage/coverage-xml"/>
22
</report>
23
</coverage>
24
- <!--
25
<groups>
26
<exclude>
27
- <group>slow</group>
+ <group>output</group>
+ <!--<group>slow</group>-->
28
</exclude>
29
</groups>
30
- -->
31
<php>
32
<const name="REQUEST_FACTORY" value="chillerlan\HTTP\Psr7\HTTPFactory"/>
33
<const name="RESPONSE_FACTORY" value="chillerlan\HTTP\Psr7\HTTPFactory"/>
tests/LoggingClientTest.php
@@ -22,6 +22,7 @@
*
*/
#[Group('slow')]
+#[Group('output')]
class LoggingClientTest extends CurlClientTest{
protected function setUp():void{
0 commit comments