public function testGetScreeshot()
 {
     $theme = new TestTheme();
     $this->assertEquals('screenshot', $theme->getScreenshot());
 }