1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Merge pull request #12 from SimSync/fix_11

fixes #11 Typo in assertEquals
This commit is contained in:
Nick L
2018-08-27 09:58:28 -05:00
committed by GitHub

View File

@@ -99,7 +99,7 @@ TMP;
$actual = $this->tp->toForm($db);
$this->assertEquals($db,$actual);
$this->assertEquals($orig, $actual);
}
/*