• Fabien Potencier's avatar
    feature #1514 Fixed WebTestCase compatibility with PHPUnit 6+ (skalpa) · 74a6de7e
    Fabien Potencier authored
    This PR was squashed before being merged into the 2.1.x-dev branch (closes #1514).
    
    Discussion
    ----------
    
    Fixed WebTestCase compatibility with PHPUnit 6+
    
    Makes `WebTestCase` inherit from `PHPUnit\Framework\TestCase` instead of `PHPUnit_Framework_TestCase`.
    
    Strictly speaking it's a BC break, but as the namespaced class is now available in PHPUnit 4.8.35, 5.4+ and 6.x it's probable safe.
    
    Commits
    -------
    
    619018a7 Fixed WebTestCase compatibility with PHPUnit 6+
    74a6de7e
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...