<?php
// $Id: coder_review_format.test,v 1.4 2009/03/04 17:13:35 snpower Exp $

/**
 * @file
 * This is a stub file to let SimpleTest module know of coder_format tests
 * residing in scripts/coder_format/tests/.
 */

/**
 * Load coder_format unit tests.
 */
require_once drupal_get_path('module', 'coder') . '/scripts/coder_format/tests/all.test';

