Skip to content

Commit

Permalink
Remove this method "setUp" to simply inherit it.
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Feb 3, 2025
1 parent 2e5b69f commit 56cb3bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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}`");
}
Expand Down

0 comments on commit 56cb3bd

Please sign in to comment.