コード例 #1
0
ファイル: AgaviConfigTest.php プロジェクト: horros/agavi
 public function testReadonlySurvivesRemove()
 {
     AgaviConfig::set('bla', 'goo', true, true);
     $this->assertFalse(AgaviConfig::remove('bla'));
     $this->assertTrue(AgaviConfig::has('bla'));
 }