mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Fix #260
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Fenom;
|
||||
use Fenom\Error\UnexpectedTokenException;
|
||||
use Fenom\Tokenizer;
|
||||
|
||||
class TokenizerTest extends \PHPUnit_Framework_TestCase
|
||||
class TokenizerTest extends TestCase
|
||||
{
|
||||
|
||||
public function testGetName()
|
||||
|
||||
Reference in New Issue
Block a user