We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2453a2e commit b135b55Copy full SHA for b135b55
tests/src/ServiceMapFactoryTest.php
@@ -19,6 +19,7 @@ final class ServiceMapFactoryTest extends TestCase
19
* @covers \mglaman\PHPStanDrupal\Drupal\DrupalServiceDefinition::getId
20
* @covers \mglaman\PHPStanDrupal\Drupal\ServiceMap::setDrupalServices
21
* @covers \mglaman\PHPStanDrupal\Drupal\ServiceMap::getService
22
+ * @covers \mglaman\PHPStanDrupal\Drupal\ServiceMap::resolveParentDefinition
23
*/
24
public function testFactory(string $id, callable $validator): void
25
{
0 commit comments