mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 06:42:14 +09:00
16 lines
249 B
PHP
16 lines
249 B
PHP
<?php
|
|
|
|
class TemplateParserV2Test extends \Codeception\TestCase\Test
|
|
{
|
|
private $baseurl;
|
|
|
|
public function _before()
|
|
{
|
|
$this->baseurl = '/' . basename(dirname(dirname(dirname(dirname(__DIR__))))) . '/';
|
|
}
|
|
|
|
public function testParse()
|
|
{
|
|
|
|
}
|
|
}
|