DefaultValueSanitizeUnitTest.inc in Coder 8.3.x
Same filename and directory in other branches
File
tests/DrupalPractice/FunctionCalls/DefaultValueSanitizeUnitTest.incView source
<?php
$form['test'] = array(
'#type' => 'textfield',
'#title' => t('Test'),
'#default_value' => check_plain(variable_get('test')),
);