浏览代码

Fixed property visibility for Travis

Xavier Coureau 11 年之前
父节点
当前提交
5e15d1fa4e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Tests/Fixtures/Bundle/DemoAdminBundle.php

+ 1 - 1
Tests/Fixtures/Bundle/DemoAdminBundle.php

@@ -6,7 +6,7 @@ use Symfony\Component\HttpKernel\Bundle\Bundle;
 
 class DemoAdminBundle  extends Bundle
 {
-    private $path = null;
+    protected $path = null;
 
     public function setPath($path)
     {