Skip to content

Commit

Permalink
minor #17414 Remove useless duplicated tests (WouterJ)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Tobion committed Jan 18, 2016
2 parents 80086ad + deab127 commit b702448
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Symfony/Component/HttpFoundation/Tests/RequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@

class RequestTest extends \PHPUnit_Framework_TestCase
{
public function testConstructor()
{
$this->testInitialize();
}

public function testInitialize()
{
$request = new Request();
Expand Down

0 comments on commit b702448

Please sign in to comment.