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 SMSTest extends \Codeception\Test\Unit
{
public function _before()
{
Context::init();
}
public function testGetSetDefaultDriver()
{
$driver = Rhymix\Framework\SMS::getDefaultDriver();