From 269fe7b38ced32f67ee56ccc76a2ebecd2f00178 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 26 Oct 2023 14:02:19 +1100 Subject: [PATCH] Remove redundant tests --- tests/Feature/PdfCreatorTest.php | 42 -------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 tests/Feature/PdfCreatorTest.php diff --git a/tests/Feature/PdfCreatorTest.php b/tests/Feature/PdfCreatorTest.php deleted file mode 100644 index 407d9833fbc1..000000000000 --- a/tests/Feature/PdfCreatorTest.php +++ /dev/null @@ -1,42 +0,0 @@ -makeTestData(); - - $this->withoutMiddleware( - ThrottleRequests::class - ); - - if(config('ninja.testvars.travis')) - $this->markTestSkipped(); - - } - -}