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(); - - } - -}