/**
  * @test
  */
 public function setCharset()
 {
     Configuration::set('phpframework', 'db.charset', 'utf8');
     $this->fixture->connect();
 }