Example #1
0
 /**
  * @covers HashConfig::newInstance
  */
 public function testNewInstance()
 {
     $conf = HashConfig::newInstance();
     $this->assertInstanceOf('HashConfig', $conf);
 }