mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 08:41:39 +09:00
Disable debug output during template parser tests
This commit is contained in:
parent
9134433adf
commit
ab5a2c4f5f
3 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ class TemplateTest extends \Codeception\Test\Unit
|
|||
{
|
||||
public function _before()
|
||||
{
|
||||
\Rhymix\Framework\Debug::disable();
|
||||
$this->baseurl = '/' . basename(dirname(dirname(dirname(__DIR__)))) . '/';
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ class TemplateParserV1Test extends \Codeception\Test\Unit
|
|||
|
||||
public function _before()
|
||||
{
|
||||
\Rhymix\Framework\Debug::disable();
|
||||
$this->baseurl = '/' . basename(dirname(dirname(dirname(dirname(__DIR__))))) . '/';
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ class TemplateParserV2Test extends \Codeception\Test\Unit
|
|||
|
||||
public function _before()
|
||||
{
|
||||
\Rhymix\Framework\Debug::disable();
|
||||
$this->baseurl = '/' . basename(dirname(dirname(dirname(dirname(__DIR__))))) . '/';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue