소스 검색

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

bastien 13 년 전
부모
커밋
91859ed361
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/Muzich/CoreBundle/lib/UnitTest.php

+ 2 - 0
src/Muzich/CoreBundle/lib/UnitTest.php 파일 보기

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