diff --git a/.github/workflows/check.js.yml b/.github/workflows/check.js.yml index 58017fac..b278dc9e 100644 --- a/.github/workflows/check.js.yml +++ b/.github/workflows/check.js.yml @@ -1,4 +1,4 @@ -name: "Checking app: testing and linting PHP" +name: "Checking app: testing and linting JS" on: pull_request: diff --git a/tests/CreatesApplication.php b/tests/CreatesApplication.php deleted file mode 100644 index efeacce9..00000000 --- a/tests/CreatesApplication.php +++ /dev/null @@ -1,20 +0,0 @@ -make(Kernel::class)->bootstrap(); - - return $app; - } -} diff --git a/tests/TestCase.php b/tests/TestCase.php index 53411164..ceae8d06 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -8,5 +8,4 @@ abstract class TestCase extends BaseTestCase { - use CreatesApplication; }