Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'fusonic/opengraph/.scrutinizer.yml')
-rw-r--r--fusonic/opengraph/.scrutinizer.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/fusonic/opengraph/.scrutinizer.yml b/fusonic/opengraph/.scrutinizer.yml
new file mode 100644
index 00000000..30a9fcfa
--- /dev/null
+++ b/fusonic/opengraph/.scrutinizer.yml
@@ -0,0 +1,17 @@
+build:
+ environment:
+ php:
+ version: 7.4
+ tests:
+ override:
+ -
+ command: 'vendor/bin/phpunit --coverage-clover coverage-report'
+ coverage:
+ file: 'coverage-report'
+ format: 'clover'
+
+tools:
+ php_code_sniffer:
+ enabled: true
+ config:
+ standard: PSR2