feat: update PHPUnit commands in composer.json and improve update instructions format
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test": "phpunit",
|
||||
"test-coverage": "phpunit --coverage-html coverage"
|
||||
"test": "C:\\xampp\\php\\php.exe phpunit.phar --do-not-cache-result",
|
||||
"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