public function testGetTitle()
 {
     $theme = new TestTheme();
     $this->assertEquals('Test Theme', $theme->getTitle());
 }