Remove redundant Context::init() in unit tests

This commit is contained in:
Kijin Sung 2023-11-06 09:18:21 +09:00
parent 073924efcf
commit 177e54f86c
5 changed files with 0 additions and 13 deletions

View file

@ -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);