Browse Source

Oublié de déclaré l'attribut $_container dans UnitTest.

bastien 13 years ago
parent
commit
91859ed361
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Muzich/CoreBundle/lib/UnitTest.php

+ 2 - 0
src/Muzich/CoreBundle/lib/UnitTest.php View File

@@ -6,6 +6,8 @@ require_once(__DIR__ . "/../../../../app/AppKernel.php");
6 6
 
7 7
 class UnitTest extends \PHPUnit_Framework_TestCase
8 8
 {
9
+    protected $_container;
10
+  
9 11
   public function __construct()
10 12
   {
11 13
     $kernel = new \AppKernel("test", true);