mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
Fix phpcs
This commit is contained in:
@@ -336,7 +336,7 @@ class FilesLibTest extends PHPUnit\Framework\TestCase
|
||||
|
||||
$result=dol_copy($file, $conf->admin->dir_temp.'/file.csv', 0, 1);
|
||||
print __METHOD__." result=".$result."\n";
|
||||
$this->assertGreaterThanOrEqual(1, $result, 'copy file ('.$file.') into a dir that exists ('.$conf->admin->dir_temp.'/file.csv'.')'); // Should be 1
|
||||
$this->assertGreaterThanOrEqual(1, $result, 'copy file ('.$file.') into a dir that exists ('.$conf->admin->dir_temp.'/file.csv)'); // Should be 1
|
||||
|
||||
// Again to test with overwriting=0
|
||||
$result=dol_copy($file, $conf->admin->dir_temp.'/file.csv', 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user