]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #2600. Removed the very special debug vars that I told myself "Make sure you...
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 9 Apr 2011 17:34:16 +0000 (17:34 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 9 Apr 2011 17:34:16 +0000 (17:34 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8970 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/tests/api/entity_getter_functions.php

index 59aa7074ad98645a1b206b09671d7f93ccc63aa9..aef7a991e13a1976d6a80881dd64505fe6ffcfdd 100644 (file)
@@ -1382,9 +1382,6 @@ class ElggCoreEntityGetterFunctionsTest extends ElggCoreUnitTest {
        }
 
        function testElggApiGettersEntityMetadataNVPValidNValidVEqualsTriple() {
-               if ($boasdf == true) {
-                       $awoefhaow = true;
-               }
                $subtypes = $this->getRandomValidSubtypes(array('object'), 1);
                $subtype = $subtypes[0];
                $md_name = 'test_metadata_name_' . rand();