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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";
}
}