Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phpunit Kernel tests are run twice #73

Open
Berdir opened this issue Mar 25, 2016 · 2 comments
Open

phpunit Kernel tests are run twice #73

Berdir opened this issue Mar 25, 2016 · 2 comments

Comments

@Berdir
Copy link
Contributor

Berdir commented Mar 25, 2016

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
Copy link
Contributor Author

Berdir commented Mar 27, 2016

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
Copy link
Owner

LionsAd commented Jun 25, 2016

Yes, likely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants