Esempio n. 1
0
 /**
  *
  */
 function test_construct_with_param()
 {
     $plugin = new Plugin('foo', [], [], 'bar');
     $this->assertEquals('bar', $plugin->param());
 }