It seems like $this->getMockForAbstrac...\xsdTypes\\xsNOTATION') of type object<PHPUnit_Framework_MockObject_MockObject> is incompatible with the declared type object<AlgoWeb\xsdTypes\xsNOTATION> of property $object.
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..
Loading history...
21
}
22
23
/**
24
* Tears down the fixture, for example, closes a network connection.
This check looks for method names that are not written in camelCase.
In camelCase names are written without any punctuation, the start of each new
word being marked by a capital letter. Thus the name
database connection seeker becomes databaseConnectionSeeker.
Loading history...
36
{
37
// Remove the following lines when you implement this test.
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..