Commit a762ec8f authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Utilise le format "text" pour les tests.

Le format "ansi" n'est disponible que dans les versions >2.8.
No related merge requests found
Pipeline #21088 passed with stages
in 43 seconds
Showing with 2 additions and 2 deletions
+2 -2
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
}, },
"scripts": { "scripts": {
"test": [ "test": [
"vendor/bin/phpmd . ansi ./strict.xml", "vendor/bin/phpmd . text ./strict.xml",
"vendor/bin/phpmd . ansi ./loose.xml" "vendor/bin/phpmd . text ./loose.xml"
] ]
} }
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment