Skip to content

Commit 0b82451

Browse files
committed
Fix test file names
1 parent b9786ea commit 0b82451

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/dcg/Generator/Drupal_8/Service/PathProcessorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* Test for d8:service:path-processor command.
99
*/
10-
class PathProcessorTestTest extends GeneratorBaseTest {
10+
class PathProcessorTest extends GeneratorBaseTest {
1111

1212
protected $class = 'Drupal_8\Service\PathProcessor';
1313

tests/dcg/Generator/Drupal_8/Yml/Links/TaskLinksTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* Test for d8:yml:links:task command.
99
*/
10-
class TaskTest extends GeneratorBaseTest {
10+
class TaskLinksTest extends GeneratorBaseTest {
1111

1212
protected $class = 'Drupal_8\Yml\Links\Task';
1313

tests/dcg/GeneratorDiscoveryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
* Test for GeneratorsDiscovery.
1212
*/
13-
class GeneratorsDiscoveryTest extends TestCase {
13+
class GeneratorDiscoveryTest extends TestCase {
1414

1515
const TOTAL_GENERATORS = 15;
1616

0 commit comments

Comments
 (0)