Пример #1
0
 public function testYmllink()
 {
     $app = $this->getApp();
     $handler = new AdminHandler($app);
     $result = $handler->ymllink(' config.yml', false);
     $this->assertSame(' <a href="/bolt/file/edit/config/config.yml">config.yml</a>', $result);
 }