예제 #1
0
 public function testLoadFunctionsIsNotImplemented()
 {
     $server = new Server\Server();
     try {
         $server->loadFunctions("bogus");
         $this->fail();
     } catch (Server\Exception $e) {
     }
 }