public static function PrintableCssIncludeTest::getInfo in Printer and PDF versions for Drupal 8+ 8
Same name and namespace in other branches
- 2.x tests/src/Unit/PrintableCssIncludeTest.php \Drupal\Tests\printable\Unit\PrintableCssIncludeTest::getInfo()
File
- tests/
src/ Unit/ PrintableCssIncludeTest.php, line 18
Class
- PrintableCssIncludeTest
- Tests the print format plugin.
Namespace
Drupal\Tests\printable\UnitCode
public static function getInfo() {
return [
'name' => 'Printable CSS Include',
'descriptions' => 'Tests the printable CSS include class.',
'group' => 'Printable',
];
}