Update CommandeTest.php

This commit is contained in:
Frédéric FRANCE 2020-05-20 23:04:38 +02:00 committed by GitHub
parent 86e220dd40
commit 3ea613896e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,7 +196,7 @@ class CommandeTest extends PHPUnit\Framework\TestCase
$result=$localobject->update($user);
$this->assertLessThan($result, 0);
print __METHOD__." id=".$id." result=".$result."\n";
print __METHOD__." id=".$localobject->id." result=".$result."\n";
return $localobject;
}