public function PMNoteTestCase::testpmnoteUninstall in Drupal PM (Project Management) 7.2
Same name and namespace in other branches
- 8 pmnote/pmnote.test \PMNoteTestCase::testpmnoteUninstall()
- 7.3 pmnote/pmnote.test \PMNoteTestCase::testpmnoteUninstall()
Tests module uninstall path.
File
- pmnote/
pmnote.test, line 95 - Test definitions for PM Note.
Class
- PMNoteTestCase
- Define a test case for PM Note.
Code
public function testpmnoteUninstall() {
$module = array(
'pmnote',
);
module_disable($module);
Drupal_uninstall_modules($module);
}