2
0
forked from Wavyzz/dolibarr

spelling fixes

This commit is contained in:
klemens
2019-02-10 12:59:09 +01:00
parent 7d20321b3b
commit beb2791dde
21 changed files with 28 additions and 28 deletions

View File

@@ -149,7 +149,7 @@ class RestAPIDocumentTest extends PHPUnit_Framework_TestCase
echo __METHOD__.' Request POST url='.$url."\n";
// Send to non existant directory
// Send to non existent directory
dol_delete_dir_recursive(DOL_DATA_ROOT.'/medias/tmpphpunit');
@@ -171,7 +171,7 @@ class RestAPIDocumentTest extends PHPUnit_Framework_TestCase
$this->assertEquals('401', $object['error']['code']);
// Send to existant directory
// Send to existent directory
dol_mkdir(DOL_DATA_ROOT.'/medias/tmpphpunit/tmpphpunit2');