Fix typo
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
9e19e168ea
commit
5b5b694a3a
@ -90,7 +90,7 @@ class ServerPluginsControllerTest extends PHPUnit_Framework_TestCase
|
||||
|
||||
$ctrl = new ServerPluginsController();
|
||||
$prop->setValue($ctrl, $plugins);
|
||||
$html = $method->invoke();
|
||||
$html = $method->invoke($ctrl);
|
||||
|
||||
//validate 1:Items
|
||||
$this->assertContains(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user