| 1 |
; $Id$ |
; $Id: simpletest_automator_proctor.info,v 1.1 2008/08/01 03:37:53 cwgordon7 Exp $ |
| 2 |
name = Simpletest Automator Proctor |
name = Simpletest Automator Proctor |
| 3 |
description = Proctors for the SimpleTest automator module.<script>Drupal.behaviors.simpleTestAutomatorHideProctor = function() { $('tr').each(function() { if ($(this).find('td > strong').text() == 'Simpletest Automator Proctor') { $(this).hide(); } }); };</script> |
description = Proctors for the SimpleTest automator module.<script>Drupal.behaviors.simpleTestAutomatorHideProctor = function() { $('tr').each(function() { if ($(this).find('td > strong').text() == 'Simpletest Automator Proctor') { $(this).hide(); } }); };</script> |
| 4 |
package = SimpleTest |
package = SimpleTest |
| 5 |
core = 7.x |
core = 7.x |
|
files[] = simpletest_automator_proctor.module |
|
| 6 |
|
files[] = simpletest_automator_proctor.module |
| 7 |
|
files[] = simpletest_automator_proctor.pages.inc |