mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 07:42:11 +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 SMSTest extends \Codeception\Test\Unit
|
||||
{
|
||||
public function _before()
|
||||
{
|
||||
Context::init();
|
||||
}
|
||||
|
||||
public function testGetSetDefaultDriver()
|
||||
{
|
||||
$driver = Rhymix\Framework\SMS::getDefaultDriver();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue