File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ before_script:
1616 # Install Nette Tester & Code Checker
1717 - travis_retry composer install --no-interaction --prefer-dist
1818 - travis_retry composer create-project nette/code-checker temp/code-checker ~2.5 --no-interaction
19- - if [ $TRAVIS_PHP_VERSION == "7.0" ]; then coverage="-p phpdbg --coverage ./coverage.xml --coverage-src ./src"; fi
19+ # - if [ $TRAVIS_PHP_VERSION == "7.0" ]; then coverage="-p phpdbg --coverage ./coverage.xml --coverage-src ./src"; fi
2020
2121after_script :
2222 # Report Code Coverage
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class TestClass extends Nette\Object
1313{
1414 public $ onPublic ;
1515
16- // static public $onPublicStatic;
16+ static public $ onPublicStatic ;
1717
1818 protected $ onProtected ;
1919
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class TestClass
1515
1616 public $ onPublic ;
1717
18- // static public $onPublicStatic;
18+ static public $ onPublicStatic ;
1919
2020 protected $ onProtected ;
2121
You can’t perform that action at this time.
0 commit comments