Exemplo n.º 1
0
 public function testReadonlySurvivesRemove()
 {
     AgaviConfig::set('bla', 'goo', true, true);
     $this->assertFalse(AgaviConfig::remove('bla'));
     $this->assertTrue(AgaviConfig::has('bla'));
 }