コード例 #1
0
ファイル: PathTest.php プロジェクト: appserver-io/routlt
 /**
  * This test checks the resolved name.
  *
  * @return void
  */
 public function testGetName()
 {
     $this->assertSame('/index', $this->annotation->getName());
 }