Skip to content

Commit f621240

Browse files
committed
Do not skip tests
1 parent 98653a2 commit f621240

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tests/ClientTest.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,4 @@ protected function createHttpAdapter()
1717

1818
return new Client($client);
1919
}
20-
21-
/**
22-
* @dataProvider requestProvider
23-
* @group integration
24-
*/
25-
public function testSendRequest($method, $uri, array $headers, $body)
26-
{
27-
if ($method === 'TRACE') {
28-
$this->markTestSkipped('Currently skipped, because Artax refuses to send bodies for TRACE requests');
29-
}
30-
31-
parent::testSendRequest($method, $uri, $headers, $body);
32-
}
3320
}

0 commit comments

Comments
 (0)