aboutsummaryrefslogtreecommitdiff
path: root/engine/tests/api/metastrings.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-04-21 19:36:47 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-04-21 19:36:47 +0000
commitc06885114ab45eb1f24ff26e23ab317b8bd7604e (patch)
treeb7336c6e0415a8783efec4d86f0623cce0405c7f /engine/tests/api/metastrings.php
parentb4e32ff5baa72ebbc61ce983feb78b82f1bd9684 (diff)
downloadelgg-c06885114ab45eb1f24ff26e23ab317b8bd7604e.tar.gz
elgg-c06885114ab45eb1f24ff26e23ab317b8bd7604e.tar.bz2
Fixed a problem with the annotation batch operation test.
git-svn-id: http://code.elgg.org/elgg/trunk@9009 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/tests/api/metastrings.php')
-rw-r--r--engine/tests/api/metastrings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/tests/api/metastrings.php b/engine/tests/api/metastrings.php
index e5cfe80e1..9b5d7ee4e 100644
--- a/engine/tests/api/metastrings.php
+++ b/engine/tests/api/metastrings.php
@@ -164,7 +164,7 @@ class ElggCoreMetastringsTest extends ElggCoreUnitTest {
}
$options = array();
- $this->assertFalse(elgg_is_valid_options_for_batch_operation($options), $type);
+ $this->assertFalse(elgg_is_valid_options_for_batch_operation($options, $type));
foreach ($required as $key) {
$options = array();