Browse Source

Merge pull request #74 from mvrhov/testFix

Make tests run when doctrine >= 2.2
Johannes 13 năm trước cách đây
mục cha
commit
2a57647ea3
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      Tests/Fixtures/SimpleObjectProxy.php

+ 5 - 0
Tests/Fixtures/SimpleObjectProxy.php

@@ -33,4 +33,9 @@ class SimpleObjectProxy extends SimpleObject implements Proxy
             $this->__isInitialized__ = true;
         }
     }
+
+    public function __isInitialized()
+    {
+        return $this->__isInitialized__;
+    }
 }