Skip to content

Commit

Permalink
style: pint styling test method name fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamriajul committed Dec 12, 2024
1 parent 93e9487 commit 1e50e18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/LaravelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ protected function getPackageAliases($app): array
];
}

public function testPackageLoaded(): void
public function test_package_loaded(): void
{
$hash = '1QcSHQRnh493V4dIh4eXh1h4kJUI';

Expand Down
4 changes: 2 additions & 2 deletions tests/ThumbhashTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class ThumbhashTest extends TestCase
{
public function testEncodeImagick(): void
public function test_encode_imagick(): void
{
$data = [
[
Expand Down Expand Up @@ -65,7 +65,7 @@ public function testEncodeImagick(): void
}
}

public function testEncodeGd(): void
public function test_encode_gd(): void
{
$data = [
[
Expand Down

0 comments on commit 1e50e18

Please sign in to comment.