From 595ebfe0b3771df92055334bfe5da8b29c840c3b Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 4 Feb 2011 21:45:55 +0000 Subject: Renamed 'name' to 'plugin' for priority req. Updated unit tests and docs. git-svn-id: http://code.elgg.org/elgg/trunk@8019 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/tests/api/plugins.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engine/tests/api/plugins.php') diff --git a/engine/tests/api/plugins.php b/engine/tests/api/plugins.php index 997d69fb7..ac1278410 100644 --- a/engine/tests/api/plugins.php +++ b/engine/tests/api/plugins.php @@ -80,6 +80,7 @@ class ElggCorePluginsAPITest extends ElggCoreUnitTest { array('type' => 'plugin', 'name' => 'fake_plugin', 'version' => '1.0'), array('type' => 'plugin', 'name' => 'profile', 'version' => '1.0'), array('type' => 'plugin', 'name' => 'profile_api', 'version' => '1.3', 'comparison' => 'lt'), + array('type' => 'priority', 'priority' => 'after', 'plugin' => 'profile'), ), 'screenshot' => array( @@ -183,6 +184,7 @@ class ElggCorePluginsAPITest extends ElggCoreUnitTest { array('type' => 'plugin', 'name' => 'fake_plugin', 'version' => '1.0', 'comparison' => 'ge'), array('type' => 'plugin', 'name' => 'profile', 'version' => '1.0', 'comparison' => 'ge'), array('type' => 'plugin', 'name' => 'profile_api', 'version' => '1.3', 'comparison' => 'lt'), + array('type' => 'priority', 'priority' => 'after', 'plugin' => 'profile'), ); $this->assertEqual($this->package18->getManifest()->getRequires(), $requires); -- cgit v1.2.3