1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-07 22:23:09 +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
commit fc96dd5281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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