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 61ba8bd commit 52a25eaCopy full SHA for 52a25ea
1 file changed
tests/unit/Specification/CompositeSpecificationTest.php
@@ -14,6 +14,7 @@
14
15
use Mockery as m;
16
use PHPUnit\Framework\TestCase;
17
+use PHPUnit\Framework\MockObject\MockObject;
18
19
/**
20
* Test case for CompositeSpecification
@@ -24,7 +25,7 @@ class CompositeSpecificationTest extends TestCase
24
25
/** @var m\MockInterface|HasExtension */
26
private $hasExtension;
27
- /** @var CompositeSpecification */
28
+ /** @var CompositeSpecification|MockObject */
29
private $fixture;
30
31
0 commit comments