feat: update PHPUnit commands in composer.json and improve update instructions format
This commit is contained in:
File diff suppressed because one or more lines are too long
2
.vscode/ftp-kr.json
vendored
2
.vscode/ftp-kr.json
vendored
@@ -15,4 +15,4 @@
|
|||||||
".svn",
|
".svn",
|
||||||
"/.vscode"
|
"/.vscode"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ rm -rf temp/temp_XXX
|
|||||||
### 6. Zaktualizuj changelog.php
|
### 6. Zaktualizuj changelog.php
|
||||||
Dodaj wpis na początku pliku:
|
Dodaj wpis na początku pliku:
|
||||||
```html
|
```html
|
||||||
<b>ver. X.XXX</b><br />
|
<b>ver. X.XXX - DD.MM.YYYY</b><br />
|
||||||
- NEW/FIX/UPDATE - opis zmiany
|
- NEW/FIX/UPDATE - opis zmiany
|
||||||
<hr>
|
<hr>
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -22,7 +22,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "phpunit",
|
"test": "C:\\xampp\\php\\php.exe phpunit.phar --do-not-cache-result",
|
||||||
"test-coverage": "phpunit --coverage-html coverage"
|
"test-articles": "C:\\xampp\\php\\php.exe phpunit.phar --do-not-cache-result tests/Unit/admin/Controllers/ArticlesControllerTest.php",
|
||||||
|
"test-coverage": "C:\\xampp\\php\\php.exe phpunit.phar --coverage-html coverage"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user