summaryrefslogtreecommitdiff
path: root/test/fixers/test_php_cs_fixer.vader
AgeCommit message (Collapse)Author
2024-04-07Added fix subcommand options (#4746)Kevin Van Leer
php-cs-fixer command line options are ordered. Options that appear after the main command are applied to the main command. Options that appear after the subcommands are applied to the subcommands. This change enables a user to specific fix options (like --config). This change also sets the plugin to find the the configuraiton file in the current project tree. This matches the default behavior of other linters like eslint.
2021-03-21#3633 - Move linter tests into test/linterw0rp
2021-03-20#3633 - Put all dummy test files in test/test-filesw0rp
2018-04-07Add g:ale_php_cs_fixer_options variable (#1477)Adriaan Zonnenberg
* Add g:ale_php_cs_fixer_options variable * Fix test
2018-03-01add php-cs-fixer to list of fixersJulien Deniau