Skip to content

Commit 4dcd728

Browse files
committed
Fix the name of the test fixture
1 parent 22696ae commit 4dcd728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Packages/JavaLangStringTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function testConcat()
8888
public function testHashCode()
8989
{
9090
ob_start();
91-
$this->initiatedJavaClasses['JavaUtilStringTest']
91+
$this->initiatedJavaClasses['JavaLangStringTest']
9292
->getInvoker()
9393
->getStatic()
9494
->getMethods()

0 commit comments

Comments
 (0)