openeuropa / oe_theme

Drupal 10 theme based on the Europa Component Library (ECL).
European Union Public License 1.2
31 stars 31 forks source link

Add strict mode for phpunit tests. #172

Open voidtek opened 5 years ago

voidtek commented 5 years ago

On Drone, the phpunit tests are not running on the strict mode, so some tests are skipped.

+ ./vendor/bin/phpunit
PHPUnit 6.5.14 by Sebastian Bergmann and contributors.

...............................................................  63 / 196 ( 32%)
............................................................... 126 / 196 ( 64%)
........................................................SSSS... 189 / 196 ( 96%)
.......                                                         196 / 196 (100%)

Time: 4.75 minutes, Memory: 48.00MB

OK, but incomplete, skipped, or risky tests!
Tests: 196, Assertions: 1432, Skipped: 4.
peter279k commented 5 years ago

try using the ./vendor/bin/phpunit --verbose to present the detailed messages about skipped tests.