Skip to content

Commit ce9d3e7

Browse files
committed
Update
1 parent 6137a72 commit ce9d3e7

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
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
],
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
use 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'

0 commit comments

Comments
 (0)