Fixed plugins and tests

This commit is contained in:
Dmitry Khomutov 2017-01-06 11:14:45 +07:00
commit 712243660c
14 changed files with 384 additions and 59 deletions

View file

@ -12,7 +12,7 @@ namespace Tests\PHPCensor\Plugin\Util\Fake;
use PHPCensor\Plugin;
class ExamplePluginWithSingleRequiredArg implements Plugin
class ExamplePluginWithSingleRequiredArg extends Plugin
{
public $RequiredArgument;