You are here

class AllFileTests in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/aklump/loft_data_grids/tests_simpletest/all_tests.php \AllFileTests

Hierarchy

Expanded class hierarchy of AllFileTests

File

vendor/aklump/loft_data_grids/tests/simpletest/all_tests.php, line 10

View source
class AllFileTests extends TestSuite {
  function __construct() {
    parent::__construct();
    $this
      ->collect(dirname(__FILE__), new SimplePatternCollector('/_test.php/'));
  }

}

Members