예제 #1
0
파일: RouteTest.php 프로젝트: nxpthx/FLOW3
 /**
  * @test
  */
 public function setNameCorrectlySetsRouteName()
 {
     $this->route->setName('SomeName');
     $this->assertEquals('SomeName', $this->route->getName());
 }