You are here

function readmehelp_test_php_snippet in README Help 8

Tests PHP snippet.

File

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

Code

function readmehelp_test_php_snippet($arg = TRUE) {
  echo "Test";
}