/**
  * Sets up the fixture, for example, opens a network connection.
  * This method is called before a test is executed.
  *
  * @return void
  */
 protected function setUp()
 {
     $this->instance = new SimpleHtmlView(array('flower' => 'Sakura'));
     $this->instance->setLayout(__DIR__ . '/Tmpl/flower.php');
 }