Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit ba94c13

Browse files
committed
Skip YAML tests as the extension is not on Travis :(
1 parent be494ac commit ba94c13

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/YAMLEncoderTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ public function setUp()
4040
*/
4141
public function testRequestArray()
4242
{
43+
$this->markTestSkipped(
44+
'The YAML extension is not available.'
45+
);
46+
4347
$this->c->subscribe(
4448
'sayhello',
4549
function ($res) {

0 commit comments

Comments
 (0)