| 1 | <?php |
||
| 7 | class xsNOTATIONTest extends \PHPUnit_Framework_TestCase |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @var \AlgoWeb\xsdTypes\xsNOTATION |
||
| 11 | */ |
||
| 12 | protected $object; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Sets up the fixture, for example, opens a network connection. |
||
| 16 | * This method is called before a test is executed. |
||
| 17 | */ |
||
| 18 | protected function setUp() |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Tears down the fixture, for example, closes a network connection. |
||
| 25 | * This method is called after a test is executed. |
||
| 26 | */ |
||
| 27 | protected function tearDown() |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @covers \AlgoWeb\xsdTypes\xsNOTATION::__toString |
||
| 33 | * @todo Implement test__toString(). |
||
| 34 | */ |
||
| 35 | public function test__toString() |
||
| 42 | } |
||
| 43 |
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..