drupal_ti icon indicating copy to clipboard operation
drupal_ti copied to clipboard

phpunit Kernel tests are run twice

Open Berdir opened this issue 9 years ago • 2 comments

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 avatar Mar 25 '16 13:03 Berdir

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?

Berdir avatar Mar 27 '16 14:03 Berdir

Yes, likely.

LionsAd avatar Jun 25 '16 15:06 LionsAd