Skip to content

Commit 1e50e18

Browse files
committed
style: pint styling test method name fixed.
1 parent 93e9487 commit 1e50e18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/LaravelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ protected function getPackageAliases($app): array
3333
];
3434
}
3535

36-
public function testPackageLoaded(): void
36+
public function test_package_loaded(): void
3737
{
3838
$hash = '1QcSHQRnh493V4dIh4eXh1h4kJUI';
3939

tests/ThumbhashTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class ThumbhashTest extends TestCase
99
{
10-
public function testEncodeImagick(): void
10+
public function test_encode_imagick(): void
1111
{
1212
$data = [
1313
[
@@ -65,7 +65,7 @@ public function testEncodeImagick(): void
6565
}
6666
}
6767

68-
public function testEncodeGd(): void
68+
public function test_encode_gd(): void
6969
{
7070
$data = [
7171
[

0 commit comments

Comments
 (0)