TCheckPlainUnitTest.inc in Coder 8.3.x
Same filename and directory in other branches
File
tests/DrupalPractice/FunctionCalls/TCheckPlainUnitTest.incView source
<?php
watchdog('test', 'Request info: !response', array(
'!response' => "<pre>Response:\n" . check_plain(var_export($body, TRUE)) . '</pre>',
), WATCHDOG_DEBUG);
watchdog('test', 'Request info: @response', array(
'@response' => check_plain(var_export($body, TRUE)),
), WATCHDOG_DEBUG);