Posted by boombatower on November 24, 2010 at 10:49pm
2 followers
| Project: | Project issue file test |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | boombatower |
| Status: | closed (fixed) |
Issue Summary
From pifr_server.install:
<?php
$map = array(
'directory' => 'test.directory',
'files' => 'test.files',
'core' => 'drupal.core.version',
'core-url' => 'drupal.core.url',
'modules' => 'drupal.modules',
'pifr_coder.annotate' => 'coder.annotate',
'tests' => 'simpletest.tests',
'clone-db' => 'simpletest.db',
'clone-db-user' => 'drupal.user',
'clone-db-pass' => 'drupal.pass',
);
?>Should be all code inside pift_cron_queue_batch_build() (pift.cron.inc) and related.
Comments
#1
#2
Committed.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.