We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b83a7ec commit 901ee5fCopy full SHA for 901ee5f
1 file changed
tests/IntegerCalculationTest.php
@@ -4,12 +4,12 @@
4
class IntegerCalculationTest extends Base
5
{
6
protected $fixtures = [
7
- 'IntegerCalculateTest',
+ 'IntegerCalculationTest',
8
];
9
10
private function call($name, ...$parameters)
11
12
- return $this->initiatedJavaClasses['IntegerCalculateTest']
+ return $this->initiatedJavaClasses['IntegerCalculationTest']
13
->getInvoker()
14
->getStatic()
15
->getMethods()
0 commit comments