Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 15a2e5b

Browse filesBrowse files
fix test
1 parent 3392f9f commit 15a2e5b
Copy full SHA for 15a2e5b

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
  • src/Symfony/Bridge/PhpUnit/Tests/Fixtures/coverage/tests
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/Symfony/Bridge/PhpUnit/Tests/Fixtures/coverage/tests/BarTest.php renamed to ‎src/Symfony/Bridge/PhpUnit/Tests/Fixtures/coverage/tests/BarCovTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/Tests/Fixtures/coverage/tests/BarCovTest.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
use PHPUnit\Framework\TestCase;
1515

16-
class BarTest extends TestCase
16+
class BarCovTest extends TestCase
1717
{
18-
public function testBar()
18+
public function testBarCov()
1919
{
2020
if (!class_exists('PhpUnitCoverageTest\FooCov')) {
2121
$this->markTestSkipped('This test is not part of the main Symfony test suite. It\'s here to test the CoverageListener.');

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.