function coder_review_test_page in Coder 7
Same name and namespace in other branches
- 7.2 coder_review/tests/coder_review_test/coder_review_test.module \coder_review_test_page()
Fake callback.
Test module calling block module functions without declaring a dependency.
See also
http://drupal.org/node/224333#block_optional
File
- coder_review/
tests/ coder_review_test/ coder_review_test.module, line 14 - Test helper module.
Code
function coder_review_test_page() {
block_list();
}