mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
PSR2 ClassDeclaration
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user