Skip to content

Commit c795c72

Browse files
committed
[DoctrineBridge] Add missing variable declaration in testcase
1 parent 065335c commit c795c72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)