1
0
mirror of https://github.com/flarum/core.git synced 2025-08-12 11:24:30 +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 a75a76e95b
commit 5a7b57df96
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()
{