8000 minor #14128 [DoctrineBridge] Add missing variable declaration in tes… · symfony/symfony@d9d43a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit d9d43a8

Browse files
committed
minor #14128 [DoctrineBridge] Add missing variable declaration in testcase (stloyd)
This PR was merged into the 2.3 branch. Discussion ---------- [DoctrineBridge] Add missing variable declaration in testcase | Q | A | ------------- | --- | Bug fix? | yes? | New feature? | no | BC breaks? | no | Tests pass? | yes | License | MIT Commits ------- 52885f0 [DoctrineBridge] Add missing variable declaration in testcase
2 parents 25f719e + 52885f0 commit d9d43a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Bridge/Doctrine/Tests/ContainerAwareEventManagerTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616

1717
class ContainerAwareEventManagerTest extends \PHPUnit_Framework_TestCase
1818
{
19+
private $container;
20+
private $evm;
21+
1922
protected function setUp()
2023
{
2124
$this->container = new Container();

0 commit comments

Comments
 (0)
0