mirror of
https://github.com/e107inc/e107.git
synced 2025-04-07 22:23:09 +02:00
Merge branch 'master' of https://github.com/e107inc/e107-test
This commit is contained in:
commit
71cca7bc86
2
e107
2
e107
@ -1 +1 @@
|
||||
Subproject commit 73fbe980a432c4520ea99b21f11a16a5fd88110b
|
||||
Subproject commit 5225b129c4c56ff5d001c80f3f903118a8597d7e
|
@ -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());
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user