flot.test in Flot 7
File
flot.testView 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
Name | Description |
---|---|
flotTestCase |