Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix the name of the test fixture
  • Loading branch information
chitoku-k committed May 7, 2019
commit 4dcd728a4ea21a560a3e0f7c52a73c7bfc80c814
2 changes: 1 addition & 1 deletion tests/Packages/JavaLangStringTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function testConcat()
public function testHashCode()
{
ob_start();
$this->initiatedJavaClasses['JavaUtilStringTest']
$this->initiatedJavaClasses['JavaLangStringTest']
->getInvoker()
->getStatic()
->getMethods()
Expand Down