1 | <?php |
||
23 | class CompositeSpecificationTest extends TestCase |
||
24 | { |
||
25 | /** @var HasExtension */ |
||
26 | private $hasExtension; |
||
27 | |||
28 | /** @var CompositeSpecification */ |
||
29 | private $fixture; |
||
30 | |||
31 | /** |
||
32 | * Initializes the fixture for this test. |
||
33 | */ |
||
34 | public function setUp() |
||
39 | |||
40 | public function tearDown() |
||
44 | |||
45 | /** |
||
46 | * @covers ::andSpecification |
||
47 | * @uses Flyfinder\Specification\AndSpecification |
||
48 | */ |
||
49 | public function testAndSpecification() |
||
56 | |||
57 | /** |
||
58 | * @covers ::orSpecification |
||
59 | * @uses Flyfinder\Specification\OrSpecification |
||
60 | */ |
||
61 | public function testOrSpecification() |
||
68 | |||
69 | /** |
||
70 | * @covers ::notSpecification |
||
71 | * @uses Flyfinder\Specification\NotSpecification |
||
72 | */ |
||
73 | public function testNotSpecification() |
||
80 | } |
||
81 |
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..