Skip to content

Commit d6e3f88

Browse files
committed
Made the test file indicate it's a set of functional tests
1 parent 8e7e91e commit d6e3f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Symfony/src/Codebender/CompilerBundle/Tests/Controller/DefaultControllerTest.php renamed to Symfony/src/Codebender/CompilerBundle/Tests/Controller/DefaultControllerFunctionalTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
66

7-
class DefaultControllerTest extends WebTestCase
7+
class DefaultControllerFunctionalTest extends WebTestCase
88
{
99
public function testStatus()
1010
{

0 commit comments

Comments
 (0)