mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Unit tests should inherit Codeception\Test\Unit, not Codeception\TestCase\Test
This commit is contained in:
parent
9da1d56b21
commit
1067588754
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
class TemplateParserV1Test extends \Codeception\TestCase\Test
|
||||
class TemplateParserV1Test extends \Codeception\Test\Unit
|
||||
{
|
||||
private $baseurl;
|
||||
private $prefix = '<?php if (!defined("RX_VERSION")) exit();';
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
class TemplateParserV2Test extends \Codeception\TestCase\Test
|
||||
class TemplateParserV2Test extends \Codeception\Test\Unit
|
||||
{
|
||||
private $prefix = '<?php if (!defined("RX_VERSION")) exit(); ?><?php $this->config->version = 2; ?>';
|
||||
private $baseurl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue