From fb8025056c39148dc784d529374e3e48ebebb454 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 6 Oct 2010 13:38:40 +0000 Subject: - Patch #932098 by sun: various bogus theme variables. --- modules/simpletest/tests/theme.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/simpletest/tests') diff --git a/modules/simpletest/tests/theme.test b/modules/simpletest/tests/theme.test index 00eb49b89..c2c9e044a 100644 --- a/modules/simpletest/tests/theme.test +++ b/modules/simpletest/tests/theme.test @@ -182,7 +182,7 @@ class ThemeItemListUnitTest extends DrupalWebTestCase {
  • e
  • '; - $output = theme('item_list', array('items' => $items, 'type' => 'ul', 'title' => NULL, 'attributes' => array())); + $output = theme('item_list', array('items' => $items)); $this->assertIdentical($expected, $output, 'Nested list is rendered correctly.'); } } -- cgit v1.2.3