Skip to content

Commit

Permalink
IterableTest: explanation for skipped tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Oct 20, 2018
1 parent 56967d7 commit 21d2cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/IterableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static function setUpBeforeClass()
protected function setUp()
{
if (!self::$usesIterable) {
$this->markTestSkipped();
$this->markTestSkipped('Not testing iterables: not yet supported by the interface');
}
}

Expand Down

0 comments on commit 21d2cfc

Please sign in to comment.