Skip to content

Commit

Permalink
Dusting
Browse files Browse the repository at this point in the history
  • Loading branch information
driftingly committed Dec 14, 2024
1 parent a8160f5 commit 3d9ae41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/Feature/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ExampleTest extends TestCase
*
* @test
*/
public function basicTest(): void
public function basic_test(): void
{
$response = $this->get('/en');

Expand All @@ -28,7 +28,7 @@ public function basicTest(): void
*
* @test
*/
public function redirectionTest(): void
public function redirection_test(): void
{
$response = $this->get('/');

Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ExampleTest extends TestCase
*
* @test
*/
public function basicTest(): void
public function basic_test(): void
{
$this->assertTrue(true);
}
Expand Down

0 comments on commit 3d9ae41

Please sign in to comment.