Fixed plugins and tests
This commit is contained in:
parent
f514cdafc3
commit
712243660c
14 changed files with 384 additions and 59 deletions
|
|
@ -12,7 +12,7 @@ namespace Tests\PHPCensor\Plugin\Util\Fake;
|
|||
|
||||
use PHPCensor\Plugin;
|
||||
|
||||
class ExamplePluginWithSingleOptionalArg implements Plugin
|
||||
class ExamplePluginWithSingleOptionalArg extends Plugin
|
||||
{
|
||||
function __construct($optional = null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue