Example #1
0
 /**
  * @covers Taxi\Sender::send
  * @todo   Implement testSendFromTeleplus().
  */
 public function testSendFromTeleplus()
 {
     Core::getConnection()->beginTransaction();
     $this->object->sendFromTeleplus("+7 912 906 48-63", "Это тест библиотеки Taxi");
     Core::getConnection()->rollBack();
 }