Skip to content

Commit 31aec95

Browse files
committed
Add markTestIncomplete method to mark failed test
1 parent 4fb80ed commit 31aec95

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/HJSONParserTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ private function runEach($name, $file, $isJson, $inputCr, $outputCr)
5555
$json2 = json_encode(json_decode($text));
5656
$this->assertEquals($json1, $json2);
5757
}
58+
} else {
59+
$this->markTestIncomplete('This runEach test has not been implemented yet.');
5860
}
5961
}
6062
catch (HJSONException $e) {

0 commit comments

Comments
 (0)