WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
mockery
/
mockery
/
Name
Action
..
.gitignore
Edit
.php_cs
Edit
.scrutinizer.yml
Edit
.styleci.yml
Edit
.travis.yml
Edit
CHANGELOG.md
Edit
CONTRIBUTING.md
Edit
LICENSE
Edit
README.md
Edit
composer.json
Edit
docs
examples
library
package.xml
Edit
phpunit.xml.dist
Edit
tests
travis
Editing: .scrutinizer.yml
filter: paths: [library/*] excluded_paths: [vendor/*, tests/*, examples/*] before_commands: - 'composer install --dev --prefer-source' tools: external_code_coverage: timeout: 300 php_code_sniffer: true php_cpd: enabled: true excluded_dirs: [vendor, tests, examples] php_pdepend: enabled: true excluded_dirs: [vendor, tests, examples] php_loc: enabled: true excluded_dirs: [vendor, tests, examples] php_hhvm: false php_mess_detector: true php_analyzer: true changetracking: bug_patterns: ["\bfix(?:es|ed)?\b"] feature_patterns: ["\badd(?:s|ed)?\b", "\bimplement(?:s|ed)?\b"]