1 | <?php |
||
17 | class AbstractScheduledTest extends \PHPUnit_Framework_TestCase |
||
18 | { |
||
19 | /** |
||
20 | * @var AbstractScheduled |
||
21 | */ |
||
22 | protected $watcher; |
||
23 | |||
24 | /** |
||
25 | * {@inheritdoc} |
||
26 | */ |
||
27 | public function setUp() |
||
31 | |||
32 | /** |
||
33 | * @expectedException \InvalidArgumentException |
||
34 | */ |
||
35 | public function testBadTimeZoneName() |
||
39 | |||
40 | /** |
||
41 | * @expectedException \InvalidArgumentException |
||
42 | */ |
||
43 | public function testBadTimeZoneOffset() |
||
47 | |||
48 | public function testTimeZone() |
||
61 | } |
||
62 |
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..