diff --git a/.scrutinizer.yml b/.scrutinizer.yml deleted file mode 100644 index b9fda94d..00000000 --- a/.scrutinizer.yml +++ /dev/null @@ -1,16 +0,0 @@ -build: - environment: - php: '7.2' - - tests: - override: - - - command: SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT=1 ./vendor/bin/simple-phpunit --coverage-clover build/logs/clover.xml ./test - coverage: - file: build/logs/clover.xml - format: clover - -checks: - php: - code_rating: true - duplication: true