New PHPUnit plugin fixes for PHP Censor
This commit is contained in:
parent
881713747e
commit
f3e8acc4bd
8 changed files with 45 additions and 61 deletions
|
|
@ -106,7 +106,7 @@ class Builder implements LoggerAwareInterface
|
|||
public function __construct(Build $build, LoggerInterface $logger = null)
|
||||
{
|
||||
$this->build = $build;
|
||||
$this->store = Factory::getStore('Build');
|
||||
$this->store = Factory::getStore('Build', 'PHPCensor');
|
||||
|
||||
$this->buildLogger = new BuildLogger($logger, $build);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue