Ejemplo n.º 1
0
 /**
  *
  */
 function test_valid_not_with_iterator()
 {
     $config = new Config(new Config());
     $this->assertEquals(false, $config->valid());
 }