PSR2 ClassDeclaration

This commit is contained in:
Frédéric FRANCE
2018-08-29 22:06:05 +02:00
parent b03f4004ea
commit 6aee680a4f
319 changed files with 17 additions and 351 deletions

View File

@@ -151,7 +151,7 @@ class ExpenseReportTest extends PHPUnit_Framework_TestCase
$localobject2->initAsSpecimen(); // Init a speciment with lines
$localobject2->status = 0;
$localobject2->fk_statut = 0;
$result=$localobject2->create($user);
print __METHOD__." result=".$result."\n";
$this->assertGreaterThanOrEqual(0, $result);
@@ -312,5 +312,4 @@ class ExpenseReportTest extends PHPUnit_Framework_TestCase
$this->assertLessThan($result, 0);
return $result;
}
}