1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

adding new tests to cover api handlers, part 1 of #245 and #74

This commit is contained in:
Daniel Klabbers
2016-03-03 11:00:11 +01:00
parent f1fb33cc55
commit 7e65a7fd5b
5 changed files with 181 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ namespace Tests\Test;
use Mockery;
use PHPUnit_Framework_TestCase;
class TestCase extends PHPUnit_Framework_TestCase
abstract class TestCase extends PHPUnit_Framework_TestCase
{
public function setUp()
{