Skip to content

Commit 7643986

Browse files
authored
v2.0.16 (#2692)
1 parent 7291b14 commit 7643986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/InjectTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function testInjectNotInitReflector()
9191
public function testInjectEmptyVar()
9292
{
9393
$this->expectException(AnnotationException::class);
94-
$this->expectExceptionMessage('The @Inject value is invalid for HyperfTest\Di\Stub\EmptyVarValue->demo. Because Argument 1 passed to Roave\BetterReflection\TypesFinder\FindPropertyType::Roave\BetterReflection\TypesFinder\{closure}() must be an instance of phpDocumentor\Reflection\DocBlock\Tags\Var_, instance of phpDocumentor\Reflection\DocBlock\Tags\InvalidTag given');
94+
$this->expectExceptionMessage('The @Inject value is invalid for HyperfTest\Di\Stub\EmptyVarValue->demo');
9595

9696
BetterReflectionManager::initClassReflector([__DIR__ . '/Stub']);
9797

0 commit comments

Comments
 (0)