• Fabien Potencier's avatar
    minor #1580 Refactoring tests (carusogabriel) · bc3eec7b
    Fabien Potencier authored
    This PR was merged into the 2.2.x-dev branch.
    
    Discussion
    ----------
    
    Refactoring tests
    
    I've refactored some tests, using:
    - `assertCount` instead of `count` function;
    - `assertFalse` instead of strict comparison with `false` keyword;
    - `assertArrayHasKey` instead of `isset` function.
    
    Commits
    -------
    
    b163e443 Refactoring tests
    bc3eec7b
Name
Last commit
Last update
doc Loading commit data...
src/Silex Loading commit data...
tests/Silex/Tests Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
LICENSE Loading commit data...
README.rst Loading commit data...
composer.json Loading commit data...
phpunit.xml.dist Loading commit data...