Update ActionCommTest.php

This commit is contained in:
Frédéric FRANCE
2020-05-20 23:00:52 +02:00
committed by GitHub
parent 358054908f
commit 86e220dd40

View File

@@ -223,7 +223,7 @@ class ActionCommTest 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->id;
}