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
 
7
 class UnitTest extends \PHPUnit_Framework_TestCase
7
 class UnitTest extends \PHPUnit_Framework_TestCase
8
 {
8
 {
9
+    protected $_container;
10
+  
9
   public function __construct()
11
   public function __construct()
10
   {
12
   {
11
     $kernel = new \AppKernel("test", true);
13
     $kernel = new \AppKernel("test", true);