Loading .test_sources.yml +4 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,10 @@ echo "Using CeteraCMS rules for phpcs" /root/.composer/vendor/bin/phpcs --encoding=utf-8 --extensions=php --standard=PSR1,PSR2 www/ ;; *) echo "Using default rules for phpcs" /root/.composer/vendor/bin/phpcs --encoding=utf-8 --extensions=php --standard=PSR1,PSR2 www/ ;; esac .phpcs_test: Loading Loading
.test_sources.yml +4 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,10 @@ echo "Using CeteraCMS rules for phpcs" /root/.composer/vendor/bin/phpcs --encoding=utf-8 --extensions=php --standard=PSR1,PSR2 www/ ;; *) echo "Using default rules for phpcs" /root/.composer/vendor/bin/phpcs --encoding=utf-8 --extensions=php --standard=PSR1,PSR2 www/ ;; esac .phpcs_test: Loading