Exemplo n.º 1
0
 public function testGetTask()
 {
     $task = Sms::generatorTask();
     $this->assertInstanceOf('Toplan\\TaskBalance\\Task', $task);
 }