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

fixed those exception handling tests

This commit is contained in:
Daniel Klabbers
2017-10-05 13:57:31 +02:00
parent 2037371886
commit 1c01145a14
4 changed files with 14 additions and 8 deletions

View File

@@ -12,9 +12,9 @@
namespace Tests\Test;
use Mockery;
use PHPUnit_Framework_TestCase;
use PHPUnit\Framework\TestCase as Test;
abstract class TestCase extends PHPUnit_Framework_TestCase
abstract class TestCase extends Test
{
public function setUp()
{