function DropdownAttributeTestCase::showVar in Dropdown Attributes 6
Creates an attribute option.
Parameters
$data:
$save:
File
- tests/
uc_dropdown_attributes.test, line 231 - Dropdown Attribute Tests
Class
- DropdownAttributeTestCase
- Tests for Dropdown Attributes.
Code
function showVar($var) {
$this
->pass('<pre>' . print_r($var, TRUE) . '</pre>');
}