Browse Source

Fix unit tests

Thomas Rabaix 13 years ago
parent
commit
b9001320a0
1 changed files with 11 additions and 0 deletions
  1. 11 0
      Admin/AdminInterface.php

+ 11 - 0
Admin/AdminInterface.php

@@ -430,4 +430,15 @@ interface AdminInterface
      * @return Route
      */
     function getRoute($name);
+
+    /**
+     * @return AdminInterface
+     */
+    function getParent();
+
+    /**
+     * @param AdminInterface $admin
+     * @return void
+     */
+    function setParent(AdminInterface $admin);
 }