Skip to content
Snippets Groups Projects

WIP: Add typehint checking

Closed Erick Hitter requested to merge phpcs-typehint into master
1 file
+ 0
9
Compare changes
  • Side-by-side
  • Inline
+ 0
9
@@ -32,9 +32,6 @@ test_7.0:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpcs -n
- phpunit
artifacts:
reports:
junit: /tmp/wordpress-tests-lib/tests/phpunit/build/logs/junit.xml
test_7.1:
image: containers.ethitter.com:443/docker/images/php:7.1
@@ -44,9 +41,6 @@ test_7.1:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpcs -n
- phpunit
artifacts:
reports:
junit: /tmp/wordpress-tests-lib/tests/phpunit/build/logs/junit.xml
test_7.2:
image: containers.ethitter.com:443/docker/images/php:7.2
@@ -56,6 +50,3 @@ test_7.2:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpcs -n
- phpunit
artifacts:
reports:
junit: /tmp/wordpress-tests-lib/tests/phpunit/build/logs/junit.xml
Loading