Codeception fixes

This commit is contained in:
Dmitry Khomutov 2017-01-21 11:18:31 +07:00
commit ff74b2f0c5
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
3 changed files with 21 additions and 8 deletions

View file

@ -156,7 +156,7 @@ class Build extends BuildBase
$reflectedPlugin = new \ReflectionClass($className);
if (!$reflectedPlugin->implementsInterface('\PHPCensor\ZeroConfigPlugin')) {
if (!$reflectedPlugin->implementsInterface('\PHPCensor\ZeroConfigPluginInterface')) {
continue;
}