Exemplo n.º 1
0
 /**
  * testGetThemeWhenNotSet
  *
  * @expectedException Greengrape\Exception\GreengrapeException
  * @return void
  */
 public function testGetThemeWhenNotSet()
 {
     $content = new Content('mycontentfile.md');
     $theme = $content->getTheme();
 }