You are here

all_tests.php in Loft Data Grids 7.2

File

vendor/aklump/loft_data_grids/tests/simpletest/all_tests.php
View source
<?php

/**
 * @file
 * Run all tests at once
 *
 * @ingroup ova_data
 * @{
 */
require_once dirname(__FILE__) . '/simpletest/autorun.php';
class AllFileTests extends TestSuite {
  function __construct() {
    parent::__construct();
    $this
      ->collect(dirname(__FILE__), new SimplePatternCollector('/_test.php/'));
  }

}

/** @} */

//end of group: ova_data

Classes

Namesort descending Description
AllFileTests