Merge branch '3.4'

* 3.4:
  fix test
This commit is contained in:
Nicolas Grekas 2017-09-29 13:13:58 +02:00
commit 8adf1a9c9a

View File

@ -13,9 +13,9 @@ namespace PhpUnitCoverageTest\Tests;
use PHPUnit\Framework\TestCase;
class BarTest extends TestCase
class BarCovTest extends TestCase
{
public function testBar()
public function testBarCov()
{
if (!class_exists('PhpUnitCoverageTest\FooCov')) {
$this->markTestSkipped('This test is not part of the main Symfony test suite. It\'s here to test the CoverageListener.');