mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Remove cafe24 SMS driver from unit test
This commit is contained in:
parent
80a7a9583a
commit
7f260be361
1 changed files with 0 additions and 3 deletions
|
|
@ -22,13 +22,11 @@ class SMSTest extends \Codeception\TestCase\Test
|
|||
$drivers = Rhymix\Framework\SMS::getSupportedDrivers();
|
||||
$this->assertTrue(isset($drivers['dummy']));
|
||||
$this->assertTrue(isset($drivers['apistore']));
|
||||
$this->assertTrue(isset($drivers['cafe24']));
|
||||
$this->assertTrue(isset($drivers['coolsms']));
|
||||
$this->assertTrue(isset($drivers['solapi']));
|
||||
$this->assertTrue(isset($drivers['ppurio']));
|
||||
$this->assertEquals('Dummy', $drivers['dummy']['name']);
|
||||
$this->assertTrue(in_array('api_user', $drivers['apistore']['required']));
|
||||
$this->assertTrue(in_array('api_user', $drivers['cafe24']['required']));
|
||||
$this->assertTrue(in_array('api_key', $drivers['coolsms']['required']));
|
||||
$this->assertTrue(in_array('api_user', $drivers['ppurio']['required']));
|
||||
$this->assertTrue(in_array('api_key', $drivers['solapi']['required']));
|
||||
|
|
@ -36,7 +34,6 @@ class SMSTest extends \Codeception\TestCase\Test
|
|||
$this->assertTrue($drivers['coolsms']['api_spec']['delay_supported']);
|
||||
$this->assertTrue($drivers['solapi']['api_spec']['mms_supported']);
|
||||
$this->assertTrue($drivers['solapi']['api_spec']['delay_supported']);
|
||||
$this->assertFalse($drivers['cafe24']['api_spec']['mms_supported']);
|
||||
}
|
||||
|
||||
public function testSenderAndRecipients()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue