diff --git a/tests/TestCase.php b/tests/TestCase.php index c41072c..ae89823 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -16,10 +16,6 @@ protected function getPackageProviders($app) { ]; } - protected function getEnvironmentSetUp($app) { - // This method is intentionally left empty because the default environment setup is sufficient for these tests. - } - public function assertTranslationExists(string $key) { $this->assertTrue(trans($key) != $key, "Failed to assert that a translation exists for key `{$key}`"); }