Mark tests incomplete

This commit is contained in:
Oliver Davies 2019-05-03 23:54:54 +01:00
parent 281681efc2
commit ad922065fe

View file

@ -45,11 +45,11 @@ EOF;
/** @test */
public function label_values_are_prefixed()
{
$this->fail();
$this->markTestIncomplete();
}
/** @test */
public function multiple_labels_are_imploded()
{
$this->fail();
$this->markTestIncomplete();
}
}