You are here

public static function OptionTest::getInfo in Nivo Slider 7

File

./nivo_slider.test, line 86
Tests for nivo_slider.module.

Class

OptionTest
Test configuring slide options.

Code

public static function getInfo() {
  return array(
    'name' => 'Options',
    'description' => 'Test configuring slider options.',
    'group' => 'Nivo Slider',
  );
}