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