Bläddra i källkod

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

bastien 14 år sedan
förälder
incheckning
91859ed361
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      src/Muzich/CoreBundle/lib/UnitTest.php

+ 2 - 0
src/Muzich/CoreBundle/lib/UnitTest.php Visa fil

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);