From 833a9bbc2b1d6503bb6a1bc90c99d41946a93dd5 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Wed, 21 Sep 2016 17:40:35 +0100 Subject: [PATCH] Remove stub test file --- tests/ProcessWebMentionTest.php | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 tests/ProcessWebMentionTest.php diff --git a/tests/ProcessWebMentionTest.php b/tests/ProcessWebMentionTest.php deleted file mode 100644 index 77e04ba0..00000000 --- a/tests/ProcessWebMentionTest.php +++ /dev/null @@ -1,29 +0,0 @@ -appurl = config('app.url'); - } - - /** - * A basic test. - * - * @return void - */ - public function testExample() - { - - } -}