From 763a0a34d3b32b3d26063fde5f0c0a2f23057de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Mon, 19 Aug 2019 18:55:19 +0200 Subject: [PATCH] Delete TelescopeTest --- tests/TelescopeTest.php | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 tests/TelescopeTest.php diff --git a/tests/TelescopeTest.php b/tests/TelescopeTest.php deleted file mode 100644 index 0b8a47ec..00000000 --- a/tests/TelescopeTest.php +++ /dev/null @@ -1,36 +0,0 @@ -markTestIncomplete(); - } - - /** @test */ - public function tags_are_not_added_on_non_tenant_routes() - { - // AppSP ones should be still added - $this->markTestIncomplete(); - } - - /** @test */ - public function tags_are_merged_with_users_tags() - { - $this->markTestIncomplete(); - } -}