You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have stateless TestCaseGenerator that is being injected without any problems, buy I haven't specified what is $testMethodGenerators. I expected to get an error about it, but instead I got wrong parameter mention.
No definition or class found or resolvable for "... MethodGenerator::$testMethodGenerators"
What do you get instead?
Yiisoft\Di\NotFoundException: No definition or class found or resolvable for "Xepozz\TestIt\TestGenerator\TestCaseGenerator" while building "Xepozz\TestIt\TestGenerator" -> "Xepozz\TestIt\Parser\ContextMethodVisitor" -> "Xepozz\TestIt\TestGenerator\MethodGenerator" -> "Xepozz\TestIt\TestGenerator\TestCaseGenerator".
Additional info
Q
A
Version
1.0.?
PHP version
Operating system
The text was updated successfully, but these errors were encountered:
What steps will reproduce the problem?
I have stateless
TestCaseGenerator
that is being injected without any problems, buy I haven't specified what is$testMethodGenerators
. I expected to get an error about it, but instead I got wrong parameter mention.What is the expected result?
What do you get instead?
Additional info
The text was updated successfully, but these errors were encountered: