Skip to content
Snippets Groups Projects
Commit a7a6e8fc authored by Liam Morland's avatar Liam Morland
Browse files

Issue #3057439 by Liam Morland: Rename tests

parent abb2e750
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ class FillPdfMergeTestCase extends ImageFieldTestCase { ...@@ -17,7 +17,7 @@ class FillPdfMergeTestCase extends ImageFieldTestCase {
public static function getInfo() { public static function getInfo() {
// Note: getInfo() strings are not translated with t(). // Note: getInfo() strings are not translated with t().
return array( return array(
'name' => 'FillPDF (Merging)', 'name' => 'FillPDF merging',
'description' => 'Ensure that token and image replacement work.', 'description' => 'Ensure that token and image replacement work.',
'group' => 'FillPDF', 'group' => 'FillPDF',
); );
......
...@@ -20,7 +20,7 @@ class FillPdfTestCase extends FileFieldTestCase { ...@@ -20,7 +20,7 @@ class FillPdfTestCase extends FileFieldTestCase {
public static function getInfo() { public static function getInfo() {
// Note: getInfo() strings are not translated with t(). // Note: getInfo() strings are not translated with t().
return array( return array(
'name' => 'FillPDF (General)', 'name' => 'FillPDF general',
'description' => 'Ensure that FillPDF administration functions are present and work.', 'description' => 'Ensure that FillPDF administration functions are present and work.',
'group' => 'FillPDF', 'group' => 'FillPDF',
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment