示例#1
0
文件: PluginTest.php 项目: mvc5/tests
 /**
  *
  */
 function test_construct_with_param()
 {
     $plugin = new Plugin('foo', [], [], 'bar');
     $this->assertEquals('bar', $plugin->param());
 }