public function testRunActionShouldChangeCurrentAction()
 {
     $this->app->getController('Home2', 'index')->runAction('view');
     $this->assertEquals('view', $this->app->getController('Home2')->getCurrentAction());
 }