1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 05:37:32 +02:00
This commit is contained in:
Cameron
2018-08-24 13:01:27 -07:00
2 changed files with 2 additions and 2 deletions

2
e107

Submodule e107 updated: 73fbe980a4...5225b129c4

View File

@@ -53,7 +53,7 @@
foreach($isCleanTest as $file) foreach($isCleanTest as $file)
{ {
$actual = $this->fl->isClean($file['path'], $file['path']); $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());
} }
} }