Skip to content

Commit 7979afc

Browse files
dinamicdkarlovi
authored andcommitted
~ removed a few todos from auto generated php unit stubs
1 parent b606dd9 commit 7979afc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/FOSOAuthServerBundleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class FOSOAuthServerBundleTest extends \PHPUnit_Framework_TestCase
1414
{
1515
protected function setUp()
1616
{
17-
parent::setUp(); // TODO: Change the autogenerated stub
17+
parent::setUp();
1818
}
1919

2020
public function testConstruction()

Tests/Security/Authentification/Token/OAuthTokenTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function setUp()
1616
{
1717
$this->instance = new OAuthToken();
1818

19-
parent::setUp(); // TODO: Change the autogenerated stub
19+
parent::setUp();
2020
}
2121

2222
public function testSetTokenWillSetToken()

0 commit comments

Comments
 (0)