Skip to content

Commit eafd626

Browse files
Merge branch '2.3' into 2.6
* 2.3: [HttpKernel] Embed the original exception as previous to bounced exceptions [Enhancement] netbeans - force interactive shell when limited detection [StringUtil] Fixed singularification of 'movies' Fix some phpdocs for Twig extensions & templating helpers Use specialized config methods instead of the generic ifTrue() method [DoctrineBridge] Add missing variable declaration in testcase Conflicts: src/Symfony/Component/Console/Application.php
2 parents 6233098 + c795c72 commit eafd626

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)