mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Initialize unit test for TemplateParser v2
This commit is contained in:
parent
a640306123
commit
93a0b63fdb
1 changed files with 16 additions and 0 deletions
16
tests/unit/framework/parsers/TemplateParserV2Test.php
Normal file
16
tests/unit/framework/parsers/TemplateParserV2Test.php
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
class TemplateParserV2Test extends \Codeception\TestCase\Test
|
||||
{
|
||||
private $baseurl;
|
||||
|
||||
public function _before()
|
||||
{
|
||||
$this->baseurl = '/' . basename(dirname(dirname(dirname(dirname(__DIR__))))) . '/';
|
||||
}
|
||||
|
||||
public function testParse()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue