Ejemplo n.º 1
0
 public function test_is_chainable_trough_extend()
 {
     $config = new Config();
     $this->assertTrue($config->extend(new Config()) === $config);
 }