public function testSet()
 {
     Ini::set($this->originalSettingKey, 'The new test value');
     $this->assertSame('The new test value', Ini::getStr($this->originalSettingKey));
 }