Skip to content

Commit b702448

Browse files
committed
minor symfony#17414 Remove useless duplicated tests (WouterJ)
This PR was merged into the 2.3 branch. Discussion ---------- Remove useless duplicated tests Although there isn't much speed difference, it makes no sense to run the same test twice. | Q | A | --- | --- | License | MIT | Fixed tickets | - Commits ------- deab127 Remove useless duplicated tests
2 parents 80086ad + deab127 commit b702448

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Symfony/Component/HttpFoundation/Tests/RequestTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717

1818
class RequestTest extends \PHPUnit_Framework_TestCase
1919
{
20-
public function testConstructor()
21-
{
22-
$this->testInitialize();
23-
}
24-
2520
public function testInitialize()
2621
{
2722
$request = new Request();

0 commit comments

Comments
 (0)