Update EvalMathTest.php

This commit is contained in:
Laurent Destailleur
2022-06-17 15:28:36 +02:00
committed by GitHub
parent 5b93c103a3
commit 5f0e419e46

View File

@@ -146,6 +146,6 @@ class InventoryTest extends PHPUnit\Framework\TestCase
$result = $localobject->evaluate('');
$this->assertEquals($result, '');
print __METHOD__." result=". 'void' ."\n";
print __METHOD__." result=".$result."\n";
}
}