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:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user