Fixed namespaces in docblocks (PHPCI -> PHPCensor)
This commit is contained in:
parent
41407e1d15
commit
32f5c01728
89 changed files with 167 additions and 168 deletions
|
|
@ -6,7 +6,7 @@ use PHPCensor\Plugin;
|
|||
|
||||
/**
|
||||
* Class ComposerPluginInformation
|
||||
* @package PHPCI\Plugin\Util
|
||||
* @package PHPCensor\Plugin\Util
|
||||
*/
|
||||
class ComposerPluginInformation implements InstalledPluginInformation
|
||||
{
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ use PHPCensor\Store\BuildStore;
|
|||
|
||||
/**
|
||||
* Plugin Executor - Runs the configured plugins for a given build stage.
|
||||
* @package PHPCI\Plugin\Util
|
||||
* @package PHPCensor\Plugin\Util
|
||||
*/
|
||||
class Executor
|
||||
{
|
||||
|
|
@ -77,7 +77,7 @@ class Executor
|
|||
*/
|
||||
protected function getBranchSpecificPlugins(&$config, $stage, $pluginsToExecute)
|
||||
{
|
||||
/** @var \PHPCI\Model\Build $build */
|
||||
/** @var \PHPCensor\Model\Build $build */
|
||||
$build = $this->pluginFactory->getResourceFor('PHPCensor\Model\Build');
|
||||
$branch = $build->getBranch();
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ use Pimple\Container;
|
|||
|
||||
/**
|
||||
* Plugin Factory - Loads Plugins and passes required dependencies.
|
||||
* @package PHPCI\Plugin\Util
|
||||
* @package PHPCensor\Plugin\Util
|
||||
*/
|
||||
class Factory
|
||||
{
|
||||
|
|
@ -71,7 +71,7 @@ class Factory
|
|||
* @param $className
|
||||
* @param array|null $options
|
||||
* @throws \InvalidArgumentException if $className doesn't represent a valid plugin
|
||||
* @return \PHPCI\Plugin
|
||||
* @return \PHPCensor\Plugin
|
||||
*/
|
||||
public function buildPlugin($className, $options = [])
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ use PHPCensor\Plugin;
|
|||
|
||||
/**
|
||||
* Class FilesPluginInformation
|
||||
* @package PHPCI\Plugin\Util
|
||||
* @package PHPCensor\Plugin\Util
|
||||
*/
|
||||
class FilesPluginInformation implements InstalledPluginInformation
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ namespace PHPCensor\Plugin\Util;
|
|||
|
||||
/**
|
||||
* Interface InstalledPluginInformation
|
||||
* @package PHPCI\Plugin\Util
|
||||
* @package PHPCensor\Plugin\Util
|
||||
*/
|
||||
interface InstalledPluginInformation
|
||||
{
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ namespace PHPCensor\Plugin\Util;
|
|||
|
||||
/**
|
||||
* Class PluginInformationCollection
|
||||
* @package PHPCI\Plugin\Util
|
||||
* @package PHPCensor\Plugin\Util
|
||||
*/
|
||||
class PluginInformationCollection implements InstalledPluginInformation
|
||||
{
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ use Symfony\Component\Yaml\Yaml;
|
|||
|
||||
/**
|
||||
* Processes TAP format strings into usable test result data.
|
||||
* @package PHPCI\Plugin\Util
|
||||
* @package PHPCensor\Plugin\Util
|
||||
*/
|
||||
class TapParser
|
||||
{
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ use PHPCensor\Builder;
|
|||
* Class Codeception
|
||||
*
|
||||
* @author Adam Cooper <adam@networkpie.co.uk>
|
||||
* @package PHPCI\Plugin\Util\TestResultParsers
|
||||
* @package PHPCensor\Plugin\Util\TestResultParsers
|
||||
*/
|
||||
class Codeception implements ParserInterface
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue