minor #1515 Use PHPUnit\Framework\TestCase in Silex tests (skalpa)
This PR was squashed before being merged into the 2.1.x-dev branch (closes #1515). Discussion ---------- Use PHPUnit\Framework\TestCase in Silex tests I changed all the tests so they use the namespaced class instead of `PHPUnit_Framework_TestCase`. That doesn't really bring anything, but will be one less thing to change when Silex switches to PHP7/PHPUnit 6. Commits ------- f8731dad Use PHPUnit\Framework\TestCase in Silex tests
Showing
Please register or sign in to comment