Ejemplo n.º 1
0
 public function test_is_chainable_trough_merge()
 {
     $config = new Config();
     $this->assertTrue($config->merge([]) === $config);
 }