mirror of
https://github.com/YGGverse/parser-php.git
synced 2026-03-31 17:25:28 +00:00
12 lines
No EOL
170 B
PHP
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(){}
|
|
} |