mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-20 23:34:54 +09:00
Dependency updates and update version number
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
namespace PhpParser\ErrorHandler;
|
||||
|
||||
use PhpParser\Error;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class CollectingTest extends \PHPUnit_Framework_TestCase {
|
||||
class CollectingTest extends TestCase
|
||||
{
|
||||
public function testHandleError() {
|
||||
$errorHandler = new Collecting();
|
||||
$this->assertFalse($errorHandler->hasErrors());
|
||||
@@ -19,4 +21,4 @@ class CollectingTest extends \PHPUnit_Framework_TestCase {
|
||||
$this->assertFalse($errorHandler->hasErrors());
|
||||
$this->assertEmpty($errorHandler->getErrors());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user