|
archive.drush.inc |
commands/core/archive.drush.inc |
|
An early implementation of Site Archive dump/restore. See
http://groups.drupal.org/site-archive-format. |
|
archiveDumpTest.php |
tests/archiveDumpTest.php |
|
|
|
backend.inc |
includes/backend.inc |
|
Drush backend API |
|
backendTest.php |
tests/backendTest.php |
|
|
|
backup.inc |
commands/pm/version_control/backup.inc |
|
Drush pm directory copy backup extension |
|
bastion.html |
docs/bastion.html |
|
|
|
batch.inc |
commands/core/drupal/batch.inc |
|
Drupal 7 engine for the Batch API |
|
batch.inc |
includes/batch.inc |
|
Drush batch API. |
|
batch_6.inc |
commands/core/drupal/batch_6.inc |
|
Drupal 6 engine for the Batch API |
|
bootstrap.html |
docs/bootstrap.html |
|
|
|
bzr.inc |
commands/pm/version_control/bzr.inc |
|
Drush pm Bazaar extension |
|
cache.drush.inc |
commands/core/cache.drush.inc |
|
|
|
clear.cache.inc |
commands/core/clear.cache.inc |
|
|
|
command.inc |
includes/command.inc |
|
The drush command engine. |
|
commands.html |
docs/commands.html |
|
|
|
commandTest.php |
tests/commandTest.php |
|
|
|
context.html |
docs/context.html |
|
|
|
context.inc |
includes/context.inc |
|
The Drush context API implementation. |
|
contextTest.php |
tests/contextTest.php |
|
|
|
core.drush.inc |
commands/core/core.drush.inc |
|
Core drush commands. |
|
coreTest.php |
tests/coreTest.php |
|
|
|
COVERAGE.txt |
tests/COVERAGE.txt |
|
COMMANDS (perhaps keep these notes in $command definition?)
------------
pm-download: GOOD.
pm-updatecode: GOOD.
pm-update
pm-releasenotes
pm-releases
pm-enable: GOOD. testEnDisUnList().
pm-disable: GOOD. testEnDisUnList().
pm-uninstall: GOOD.… |
|
cvs.inc |
commands/pm/package_handler/cvs.inc |
|
Drush PM CVS extension |
|
docs.drush.inc |
commands/core/docs.drush.inc |
|
Documentation commands providing various topics. |
|
drupal.inc |
commands/pm/update_info/drupal.inc |
|
|
|
drupal_5.inc |
commands/pm/update_info/drupal_5.inc |
|
|
|
drupal_6.inc |
commands/pm/update_info/drupal_6.inc |
|
|
|
drush.api.php |
docs/drush.api.php |
|
Documentation of the Drush API. |
|
drush.inc |
includes/drush.inc |
|
The drush API implementation and helpers. |
|
drush.info |
drush.info |
|
drush_version=4.6-dev |
|
drush.php |
drush.php |
|
drush is a PHP script implementing a command line shell for Drupal. |
|
drush_testcase.inc |
tests/drush_testcase.inc |
|
|
|
environment.inc |
commands/core/drupal/environment.inc |
|
Specific functions for a drupal 7 environment.
drush_include_engine() magically includes either this file
or environment_X.inc depending on which version of drupal drush
is called from. |
|
environment.inc |
includes/environment.inc |
|
Functions used by drush to query the environment and
setting the current configuration. |
|
environment_5.inc |
commands/core/drupal/environment_5.inc |
|
Specific functions for a drupal 5 environment.
drush_include_engine() magically includes either this file
or environment_X.inc depending on which version of drupal drush
is called from. |
|
environment_6.inc |
commands/core/drupal/environment_6.inc |
|
Specific functions for a drupal 6 environment.
drush_include_engine() magically includes either this file
or environment_X.inc depending on which version of drupal drush
is called from. |
|
example.aliases.drushrc.php |
examples/example.aliases.drushrc.php |
|
|
|
example.drushrc.php |
examples/example.drushrc.php |
|
|
|
field.drush.inc |
commands/core/field.drush.inc |
|
Field API's drush integration |
|
fieldTest.php |
tests/fieldTest.php |
|
|
|
git_drupalorg.inc |
commands/pm/package_handler/git_drupalorg.inc |
|
Drush PM drupal.org Git extension. |
|
help.drush.inc |
commands/core/help.drush.inc |
|
|
|
image.drush.inc |
commands/core/image.drush.inc |
|
Image module's drush integration. |
|
pm.drush.inc |
commands/pm/pm.drush.inc |
|
The drush Project Manager |
|
pmDownloadTest.php |
tests/pmDownloadTest.php |
|
|
|
pmEnDisUnListTest.php |
tests/pmEnDisUnListTest.php |
|
|
|
pmUpdateCodeTest.php |
tests/pmUpdateCodeTest.php |
|
Prepare a codebase and upgrade it in several stages, exercising
updatecode's filters.
@todo test security-only once one of these modules or core gets a security release. |
|
policy.drush.inc |
examples/policy.drush.inc |
|
Example policy commandfile. Modify as desired. |
|
README.txt |
README.txt |
|
DESCRIPTION
-----------
Drush is a command line shell and Unix scripting interface for Drupal.
If you are unfamiliar with shell scripting, reviewing the documentation
for your shell (e.g. man bash) or reading an online tutorial (e.g. search
for… |
|
README.txt |
tests/README.txt |
|
Drush's test suite based on phpunit (http://www.phpunit.de/).
Usage
--------
- Install PHPUnit [*]
- Optional. Copy phpunit.xml.dist to phpunit.xml and customize if needed.
- From the /tests subdirectory, run `phpunit .` or `runner.php… |