1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 05:37:32 +02:00

fixes #11 Typo in assertEquals

This commit is contained in:
Achim Ennenbach
2018-08-27 15:39:59 +02:00
parent 7c7f636f3c
commit 4fca8150d0

View File

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