We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e9487 commit 1e50e18Copy full SHA for 1e50e18
tests/LaravelTest.php
@@ -33,7 +33,7 @@ protected function getPackageAliases($app): array
33
];
34
}
35
36
- public function testPackageLoaded(): void
+ public function test_package_loaded(): void
37
{
38
$hash = '1QcSHQRnh493V4dIh4eXh1h4kJUI';
39
tests/ThumbhashTest.php
@@ -7,7 +7,7 @@
7
8
class ThumbhashTest extends TestCase
9
10
- public function testEncodeImagick(): void
+ public function test_encode_imagick(): void
11
12
$data = [
13
[
@@ -65,7 +65,7 @@ public function testEncodeImagick(): void
65
66
67
68
- public function testEncodeGd(): void
+ public function test_encode_gd(): void
69
70
71
0 commit comments