Fixes for build without config
This commit is contained in:
parent
a5aabdce2d
commit
86478a1264
56 changed files with 376 additions and 85 deletions
|
|
@ -23,13 +23,20 @@ use PHPCensor\Plugin;
|
|||
*/
|
||||
class Phing extends Plugin
|
||||
{
|
||||
|
||||
protected $directory;
|
||||
protected $buildFile = 'build.xml';
|
||||
protected $targets = ['build'];
|
||||
protected $properties = [];
|
||||
protected $propertyFile;
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public static function pluginName()
|
||||
{
|
||||
return 'phing';
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue