This commit is contained in:
Nicolas Grekas 2017-09-29 13:12:40 +02:00
parent 3392f9f32d
commit 15a2e5b091

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.');