From ad922065fe5507edc7f7d00cb6249d2abde73598 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 3 May 2019 23:54:54 +0100 Subject: [PATCH] Mark tests incomplete --- tests/Unit/Service/BuilderTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); } }