assertNotEmpty(elgg_get_metastring_id(time() . "_a", true)); //test case insensitive (should return array with ids) //$this->assertNotEmpty(elgg_get_metastring_id(time() . "_b", false)); // marked as incomplete as there is no way to clean up the just created metastring ids $this->markTestIncomplete(); } }