mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Merge branch 'master' of https://github.com/e107inc/e107-test
This commit is contained in:
2
e107
2
e107
Submodule e107 updated: 73fbe980a4...5225b129c4
@@ -53,7 +53,7 @@
|
||||
foreach($isCleanTest as $file)
|
||||
{
|
||||
$actual = $this->fl->isClean($file['path'], $file['path']);
|
||||
$this->assertEquals($file['expected'],$actual, "isClean() failed with error code: ".$this->fl->getErrorCode());
|
||||
$this->assertEquals($file['expected'],$actual, "isClean() failed on {$file['path']} with error code: ".$this->fl->getErrorCode());
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user