-
Fabien Potencier authored
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
c4587bdb
Name |
Last commit
|
Last update |
---|---|---|
doc | ||
src/Silex | ||
tests/Silex/Tests | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
compile | ||
composer.json | ||
composer.lock | ||
example.htaccess | ||
phpunit.xml.dist |