public static function FppWithPathautoTest::getInfo in Fieldable Panels Panes (FPP) 7
File
- tests/
fpp.with_pathauto.test, line 16 - Tests for the Fieldable Panels Panes module with Pathauto.
Class
- FppWithPathautoTest
- Tests for the Fieldable Panels Panes module with Pathauto.
Code
public static function getInfo() {
return array(
'name' => 'FPP tests for Pathauto',
'description' => 'Confirm that FPP does not break when using Pathauto.',
'group' => 'FPP',
'dependencies' => array(
'ctools',
'panels',
'views',
'pathauto',
),
);
}