1 common_test.module common_test_assets_attached_via_hook_theme()

Landing page to test for assets attached via hook_theme().

File

core/modules/simpletest/tests/common_test.module, line 343
Helper module for the Common tests.

Code

function common_test_assets_attached_via_hook_theme() {
  $output = theme('common_test_foo', array('foo' => 'foo', 'bar' => 'bar'));
  return $output;
}