We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717cfd0 commit fe2cfd7Copy full SHA for fe2cfd7
composer.json
@@ -28,10 +28,7 @@
28
"process-timeout": 0
29
},
30
"scripts": {
31
- "test": [
32
- "psalm",
33
- "phpunit"
34
- ],
+ "test": "phpunit",
35
"test:watch": "phpunit-watcher watch",
36
"lint": "psalm"
37
docker-compose.yml
@@ -17,7 +17,12 @@ services:
17
environment:
18
REMOTE_URL: https://plesk:8443
19
REMOTE_PASSWORD: changeme1Q**
20
- command: bash -c "cd /opt/api-php-lib && composer install && ./wait-for-plesk.sh && composer test -- --testdox"
+ command: >
21
+ bash -c "cd /opt/api-php-lib
22
+ && composer install
23
+ && ./wait-for-plesk.sh
24
+ && composer lint
25
+ && composer test -- --testdox"
26
depends_on:
27
- plesk
links:
0 commit comments