예제 #1
0
 public function testGetTask()
 {
     $task = Sms::generatorTask();
     $this->assertInstanceOf('Toplan\\TaskBalance\\Task', $task);
 }