parser-php/tests/UrlTest.php
2023-10-09 04:52:01 +03:00

12 lines
No EOL
170 B
PHP

<?php
namespace Yggverse\Parser\Tests;
use PHPUnit\Framework\TestCase;
class UrlTest extends TestCase
{
public function testIs(){}
public function testParse(){}
}