Skip to content

Commit

Permalink
Defined class as abstract (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
samnela authored and huangzhhui committed Sep 19, 2018
1 parent a8f97a8 commit 05a0481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Cases/AbstractTestCase.php
Expand Up @@ -23,7 +23,7 @@
*
* @package Swoft\Test\Cases
*/
class AbstractTestCase extends TestCase
abstract class AbstractTestCase extends TestCase
{
const ACCEPT_VIEW = 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8';
const ACCEPT_JSON = 'application/json';
Expand Down Expand Up @@ -184,4 +184,4 @@ protected function buildMockRequest(
$swooleRequest->get = array_merge($urlParams, $get);
}
}
}
}

0 comments on commit 05a0481

Please sign in to comment.