コード例 #1
0
ファイル: ConfigTest.php プロジェクト: weew/config
 public function test_is_chainable_trough_extend()
 {
     $config = new Config();
     $this->assertTrue($config->extend(new Config()) === $config);
 }