예제 #1
0
파일: SectionTest.php 프로젝트: visor/nano
 public function testShouldPassModuleParameterIntoRoute()
 {
     $section = $this->section->module('some')->section('/bar')->get('', 'index', 'index');
     self::assertEquals($this->section->getModule(), $section->getRoutes()->offsetGet('get')->offsetGet(0)->module());
 }