initial commit

This commit is contained in:
ghost 2023-08-07 12:35:57 +03:00
parent 932676e236
commit f5b1beb51e
4 changed files with 117 additions and 0 deletions

12
tests/UrlTest.php Normal file
View file

@ -0,0 +1,12 @@
<?php
namespace YGGverse\Parser\Tests;
use PHPUnit\Framework\TestCase;
class UrlTest extends TestCase
{
public function testIs(){}
public function testParse(){}
}