function error_test_trigger_pdo_exception in SimpleTest 7
Menu callback; trigger an exception to test the exception handler.
1 string reference to 'error_test_trigger_pdo_exception'
- error_test_menu in tests/
error_test.module - Implement hook_menu().
File
- tests/
error_test.module, line 62
Code
function error_test_trigger_pdo_exception() {
define('SIMPLETEST_COLLECT_ERRORS', FALSE);
db_query('SELECT * FROM bananas_are_awesome');
}