diff --git a/tests/unit/DocBlock/StandardTagFactoryTest.php b/tests/unit/DocBlock/StandardTagFactoryTest.php index b3a3dc9..526ca71 100644 --- a/tests/unit/DocBlock/StandardTagFactoryTest.php +++ b/tests/unit/DocBlock/StandardTagFactoryTest.php @@ -241,7 +241,7 @@ class StandardTagFactoryTest extends TestCase $this->expectException('InvalidArgumentException'); $resolver = m::mock(FqsenResolver::class); $tagFactory = new StandardTagFactory($resolver); - $tagFactory->registerTagHandler('Name\Spaced\Tag', Author::class); + $tagFactory->registerTagHandler(\Name\Spaced\Tag::class, Author::class); } /**