mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
Remove redundant Context::init() in unit tests
This commit is contained in:
parent
073924efcf
commit
177e54f86c
5 changed files with 0 additions and 13 deletions
|
|
@ -2,11 +2,6 @@
|
|||
|
||||
class LegacyTest extends \Codeception\Test\Unit
|
||||
{
|
||||
public function _before()
|
||||
{
|
||||
Context::init();
|
||||
}
|
||||
|
||||
public function testGetModule()
|
||||
{
|
||||
$this->assertTrue(getModule('board', 'controller') instanceof BoardController);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue