8000 [DoctrineBridge] Add missing variable declaration in testcase · symfony/symfony@52885f0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 52885f0

Browse files
committed
[DoctrineBridge] Add missing variable declaration in testcase
1 parent 9215c22 commit 52885f0

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