Skip to content

Commit 3dc4e44

Browse files
authored
Analyze the TestCase class with static analysis (#1499)
The hack using an alias for the InternalTestCase class to fake the PHPUnit class does not actually work. Instead, PHPUnit gets installed with the bridge to make it discoverable.
1 parent ec569a2 commit 3dc4e44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Generator/TestGenerator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ public function __construct(ClassRegistry $classRegistry, NamespaceRegistry $nam
5252

5353
/**
5454
* Update the API test client.
55-
*
56-
* @return ClassBuilder[]
5755
*/
5856
public function generate(Operation $operation): void
5957
{

0 commit comments

Comments
 (0)