mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-24 21:03:19 +09:00
Add unit tests for ModuleInfoParser
This commit is contained in:
parent
9d88e53439
commit
1abdb2d788
4 changed files with 96 additions and 0 deletions
10
tests/unit/framework/parsers/ModuleActionParserTest.php
Normal file
10
tests/unit/framework/parsers/ModuleActionParserTest.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
class ModuleActionParserTest extends \Codeception\TestCase\Test
|
||||
{
|
||||
public function testLoadXML()
|
||||
{
|
||||
$info = Rhymix\Framework\Parsers\ModuleActionParser::loadXML(\RX_BASEDIR . 'tests/_data/module/module.xml');
|
||||
$this->assertTrue(is_object($info));
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue