updated packages
This commit is contained in:
@@ -3,9 +3,8 @@
|
||||
namespace PhpParser\ErrorHandler;
|
||||
|
||||
use PhpParser\Error;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class ThrowingTest extends TestCase
|
||||
class ThrowingTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
public function testHandleError() {
|
||||
$this->expectException(Error::class);
|
||||
|
||||
Reference in New Issue
Block a user