File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 },
4343 "scripts" : {
4444 "clean" : [
45- " CodeMommy\\ ConfigPHP\\ Script\\ Command::cleanReport "
45+ " CodeMommy\\ ConfigPHP\\ Script\\ CleanReport::start "
4646 ],
4747 "test" : [
48- " CodeMommy\\ ConfigPHP\\ Script\\ Command::cleanReport " ,
48+ " CodeMommy\\ ConfigPHP\\ Script\\ CleanReport::start " ,
4949 " \" vendor/bin/phpunit\" -v" ,
5050 " start .report/index.html"
5151 ],
Original file line number Diff line number Diff line change 1111use CodeMommy \TaskPHP \FileSystem ;
1212
1313/**
14- * Class Command
14+ * Class CleanReport
1515 * @package CodeMommy\ConfigPHP\Script;
1616 */
17- class Command
17+ class CleanReport
1818{
1919 /**
20- * Command constructor.
20+ * CleanReport constructor.
2121 */
2222 public function __construct ()
2323 {
2424 }
2525
2626 /**
27- * Clean Report
27+ * Start
2828 */
29- public static function cleanReport ()
29+ public static function start ()
3030 {
3131 $ removeList = array (
3232 '.report '
You can’t perform that action at this time.
0 commit comments