Files
EmailValidator/tests/EmailValidator/LexerTokensTest.php
T
2021-02-07 15:42:56 +01:00

14 lines
251 B
PHP

<?php
namespace Egulias\EmailValidator\Tests\EmailValidator;
use PHPUnit\Framework\TestCase;
class LexerTokensTest extends TestCase
{
public function testToken()
{
$this->markTestIncomplete("implement better lexer tokens");
}
}