コード例 #1
0
ファイル: PluginTest.php プロジェクト: mvc5/tests
 /**
  *
  */
 function test_construct_with_merge()
 {
     $plugin = new Plugin('foo', [], [], null, true);
     $this->assertEquals(true, $plugin->merge());
 }