예제 #1
0
파일: ConfigTest.php 프로젝트: weew/config
 public function test_is_chainable_trough_merge()
 {
     $config = new Config();
     $this->assertTrue($config->merge([]) === $config);
 }