-
- Downloads
Seria usprawnien w testach i dokumentacji oraz wsparcie dla deployowania
wtyczek do sklepu i repo
parent
f9b4055a
No related branches found
No related tags found
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
Showing
- .gitlab-ci.yml 70 additions, 20 deletions.gitlab-ci.yml
- apigen.neon 1 addition, 1 deletionapigen.neon
- changelog.txt 4 additions, 0 deletionschangelog.txt
- composer.json 3 additions, 4 deletionscomposer.json
- composer.lock 135 additions, 2204 deletionscomposer.lock
- phpunit-integration.xml 6 additions, 0 deletionsphpunit-integration.xml
changelog.txt
0 → 100644
... | ... | @@ -15,8 +15,7 @@ |
"squizlabs/php_codesniffer": "^3.0.2", | ||
"mockery/mockery": "^1.0", | ||
"10up/wp_mock": "^0.3", | ||
"wimg/php-compatibility": "^8", | ||
"apigen/apigen": "^4.1" | ||
"wimg/php-compatibility": "^8" | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
... | ... | @@ -26,8 +25,8 @@ |
"scripts": { | ||
"test": "echo composer is alive", | ||
"phpcs": "phpcs", | ||
"phpunit-unit": "phpunit --configuration phpunit-unit.xml", | ||
"phpunit-integration": "phpunit --configuration phpunit-integration.xml", | ||
"phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never", | ||
"phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never", | ||
"docs": "apigen generate" | ||
} | ||
} |
This diff is collapsed.
Please register or sign in to comment