コード例 #1
0
 protected function setUp()
 {
     parent::setUp();
     $this->manipulator = new XmlServiceManipulator(vfsStream::url('root/services.xml'));
 }
コード例 #2
0
 protected function setUp()
 {
     parent::setUp();
     $this->manipulator = new YamlRouteManipulator(vfsStream::url('root/routing.yml'));
 }