Skip to content

Commit

Permalink
Mark IntegrationTestCase as abstract.
Browse files Browse the repository at this point in the history
Without this PHPUnit whines as the class contains no test methods.
  • Loading branch information
markstory committed Sep 16, 2014
1 parent 72a6dfe commit 325640c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestSuite/IntegrationTestCase.php
Expand Up @@ -32,7 +32,7 @@
* more of your code easily and avoid some of the maintenance pitfalls
* that mock objects create.
*/
class IntegrationTestCase extends TestCase {
abstract class IntegrationTestCase extends TestCase {

/**
* The data used to build the next request.
Expand Down

0 comments on commit 325640c

Please sign in to comment.