Fixes for build without config

This commit is contained in:
Dmitry Khomutov 2017-01-11 22:15:54 +07:00
commit 86478a1264
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
56 changed files with 376 additions and 85 deletions

View file

@ -32,6 +32,14 @@ class PhpUnit extends Plugin implements ZeroConfigPlugin
/** @var string[] Raw options from the PHPCI config file */
protected $options = array();
/**
* @return string
*/
public static function pluginName()
{
return 'php_unit';
}
/**
* Standard Constructor
* $options['config'] Path to a PHPUnit XML configuration file.