You are here

function readmehelp_test_php_snippet_2 in README Help 8

One more test.

File

tests/modules/readmehelp_test/readmehelp_test.module, line 18
Contains readmehelp_test.module.

Code

function readmehelp_test_php_snippet_2($arg = FALSE) {
  echo "Test";
  echo "Test";
}