merged branch WouterJ/master (PR #318)
Commits ------- d2a9a6f6 [Doc/Testing] Replaced assertEquals(1, count(...)) with assertCount(1, ...) Discussion ---------- [Doc] Used assertCount(1, ...) instead of assertEquals(1, count(..)) in Testing It's better to use the `assertCount()` method from PHPunit for testing a length of a array. This method is avaible since PHPunit 3.6.0
Showing
Please register or sign in to comment