1
0
mirror of https://github.com/danog/process.git synced 2024-11-26 20:24:43 +01:00

Require fully qualified function calls

This commit is contained in:
Niklas Keller 2017-03-05 18:08:34 +01:00
parent 37cf53aa27
commit 86479bc591
2 changed files with 4 additions and 2 deletions

View File

@ -18,6 +18,7 @@ before_script:
script:
- phpdbg -qrr vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
- php vendor/bin/fqn-check lib
- php vendor/bin/php-cs-fixer --diff --dry-run -v fix
after_script:

View File

@ -8,7 +8,8 @@
"require-dev": {
"amphp/loop": "dev-master",
"phpunit/phpunit": "^5.0",
"friendsofphp/php-cs-fixer": "~1.9"
"friendsofphp/php-cs-fixer": "~1.9",
"kelunik/fqn-check": "^0.1.3"
},
"license": "MIT",
"authors": [
@ -26,4 +27,4 @@
"Amp\\Process\\": "lib"
}
}
}
}