parser-php/tests/UrlTest.php
2023-08-07 12:35:57 +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(){}
}