[PHPunit] suite variable should be used

This commit is contained in:
Daniel Bannert 2018-03-21 00:37:33 +01:00 committed by GitHub
parent 34d5b5eb99
commit 8b8541e680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,6 @@ class CoverageListenerForV7 implements TestListener
public function startTestSuite(TestSuite $suite): void
{
$this->trait->startTest($test);
$this->trait->startTest($suite);
}
}