Commit 16dbbcd6 authored by Makovkin Denis's avatar Makovkin Denis
Browse files

Update .test_sources.yml

parent ac24b75c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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: