diff --git a/tests/Unit/Service/BuilderTest.php b/tests/Unit/Service/BuilderTest.php index e64ff34..b8570d4 100644 --- a/tests/Unit/Service/BuilderTest.php +++ b/tests/Unit/Service/BuilderTest.php @@ -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(); } }