LionsAd / drupal_ti

Drupal - Travis Integration
82 stars 37 forks source link

phpunit Kernel tests are run twice #73

Open Berdir opened 8 years ago

Berdir commented 8 years ago

Unlike unit tests, kernel tests are added to the right test group.

That means they're run twice, once with phpunit and once with run-tests.sh

Berdir commented 8 years ago

There is a new --types argument now, testbot sets it to this to run javascript tests separately:

--types "Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional"

We should probably limit to Simpletest only?

LionsAd commented 8 years ago

Yes, likely.