| 1 | <?php |
||
| 15 | abstract class AbstractWebSMSTest extends \PHPUnit_Framework_TestCase |
||
| 16 | { |
||
| 17 | const FAKE_PHONE_0 = '+79994567890'; |
||
| 18 | const FAKE_PHONE_1 = '+79994567891'; |
||
| 19 | const FAKE_PHONE_2 = '+79994567892'; |
||
| 20 | |||
| 21 | public function getDrivers() |
||
| 28 | |||
| 29 | /** @return MessageInterface */ |
||
| 30 | protected function getMessageMock() |
||
| 41 | } |
||
| 42 |