You are here

flot.test in Flot 7

File

flot.test
View source
<?php

class flotTestCase extends DrupalWebTestCase {
  public static function getInfo() {
    return array(
      'name' => 'Flot',
      'description' => 'Ensure the Flot module functions properly.',
      'group' => 'Flot',
    );
  }
  public function setUp() {
    parent::setUp(array(
      'flot',
    ));
  }

}

Classes

Namesort descending Description
flotTestCase