예제 #1
0
 public function testNoRpcClass()
 {
     $mapper = Utils::getMapper();
     $result = $mapper->loadFileMetadata(__DIR__ . DIRECTORY_SEPARATOR . 'InvalidMethod' . DIRECTORY_SEPARATOR . 'NoRpcClass.php');
     self::assertEmpty($result);
 }