mirror of
https://github.com/YGGverse/parser-php.git
synced 2026-03-31 17:25:28 +00:00
initial commit
This commit is contained in:
parent
932676e236
commit
f5b1beb51e
4 changed files with 117 additions and 0 deletions
12
tests/UrlTest.php
Normal file
12
tests/UrlTest.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
namespace YGGverse\Parser\Tests;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class UrlTest extends TestCase
|
||||
{
|
||||
public function testIs(){}
|
||||
|
||||
public function testParse(){}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue