Exemple #1
0
 /**
  * @expectedException Rtm\Exception
  */
 public function testCallWithoutMandatoryConfiguration()
 {
     $rtm = new Rtm();
     $rtm->call(Rtm::METHOD_TEST_ECHO);
 }