Skip to content

Commit 98d9b6c

Browse files
authored
Rename function
1 parent a8fb3ee commit 98d9b6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/MultipleInputAssetTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010
class MultipleInputAssetTest extends TestCase
1111
{
12-
public function testInit() {
12+
public function testConstuctor() {
1313
$asset = new MultipleInputAsset();
1414
$this->assertIsString($asset->sourcePath);
1515
$this->assertCount(1, $asset->js);
@@ -27,4 +27,4 @@ public function testSetEmptyJsViaConfig()
2727
$this->assertCount(0, $asset->js);
2828
$this->assertCount(0, $asset->css);
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)