Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projects

Entityreference Instead of Product Reference

You can't always use modules built for entityreference to elicit designed behaviors of a product_reference.

Debut RedHen

Part of the Debut features set, Debut Redhen provides a CRM feature built on RedHen.

Like all Debut features, Debut RedHen can be integrated either as a stand-alone feature to quickly add article functionality to any Drupal site or as part of a Drupal distribution.

Installing

You have two options for installing Debut RedHen:

  • Debut RedHen is used in the Open Outreach Drupal distribution aimed at nonprofits, so you can install it as part of Open Outreach.
  • Install manually along with the dependencies listed below.

Giant Bomb

Integration with Giant Bomb and compatible API's.

File Checker

This module is deprecated: use Audit Files instead. Verifies that files managed by Drupal actually exist at the location where Drupal believes they are. In a perfect Drupal world your server filesystem and its corresponding entries in Drupal's files table are 100% synchronized. But what if parts of your file system have been corrupted due to some disk failure? Or one of your modules messed up your database and files? Or your deploy script went beserk? Well, then this module will help you to monitor and find out which files are out of sync.

Devel PHP Exec Extra

A simple module to extend Devel's Execute PHP Code page to include syntax highlighting.

phpunit2

PHPUnit Runner to run unit test in Drupal

Objetive

Provides Unit test to Drupal Modules unsing PHPUnit. This modules provides a custom
runner to run PHPUnit test in Drupal. Also include some features to mock functions using the test_helper extension created
by Sebastian Bergman.

Actually is tested in Drupal 6 only, we will include support for Drupal 7 also in the future.

Instalation

Previous to the module instalation you need to have installed PHPUnit, Xdebug and Test_Helpers
extension.

In order to install PHPUnit do the following steps

  pear channel-discover pear.phpunit.de
  pear channel-discover components.ez.no
  pear channel-discover pear.symfony-project.com
  pear upgrade PEAR
  pear install phpunit/PHPUnit

Install Xdebug in Debian (or debians likes).

apt-get install php5-xdebug

Install Test Helpers

pecl install phpunit/test_helpers

At the end include the extension in your php.ini

zend_extension=/path_to_the_extension/test_helpers.so

Test if the extension was loaded

$php --info|grep "test_helpers support"
  test_helpers support => enabled

Once you have all that installed you can proceed with the instalation of this module as
any drupal module.

Copy the module in some reacheable location by your drupal site.

drush en phpunit2 -y

Pages

Subscribe with RSS Subscribe to RSS - Unsupported