Skip to content

Commit b135b55

Browse files
committed
fix @Covers for ServiceMapFactoryTest
1 parent 2453a2e commit b135b55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/src/ServiceMapFactoryTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ final class ServiceMapFactoryTest extends TestCase
1919
* @covers \mglaman\PHPStanDrupal\Drupal\DrupalServiceDefinition::getId
2020
* @covers \mglaman\PHPStanDrupal\Drupal\ServiceMap::setDrupalServices
2121
* @covers \mglaman\PHPStanDrupal\Drupal\ServiceMap::getService
22+
* @covers \mglaman\PHPStanDrupal\Drupal\ServiceMap::resolveParentDefinition
2223
*/
2324
public function testFactory(string $id, callable $validator): void
2425
{

0 commit comments

Comments
 (0)