Example #1
0
 /**
  * Tests clearing the configuration.
  *
  * @covers empire\framework\configuration\Configuration::clear
  */
 public function testClear()
 {
     $this->instance->clear();
     $this->assertSame(0, $this->storage->size());
 }