The method amHttpAuthenticated() does not seem to exist on object<roaresearch\yii2\roa\test\Tester>.
This check looks for calls to methods that do not seem to exist on a given type.
It looks for the method on the type itself as well as in inherited classes or
implemented interfaces.
This is most likely a typographical error or the method has been renamed.
The method sendPOST() does not seem to exist on object<roaresearch\yii2\roa\test\Tester>.
This check looks for calls to methods that do not seem to exist on a given type.
It looks for the method on the type itself as well as in inherited classes or
implemented interfaces.
This is most likely a typographical error or the method has been renamed.
The method seeResponseCodeIs() does not seem to exist on object<roaresearch\yii2\roa\test\Tester>.
This check looks for calls to methods that do not seem to exist on a given type.
It looks for the method on the type itself as well as in inherited classes or
implemented interfaces.
This is most likely a typographical error or the method has been renamed.
The method seeResponseIsJson() does not seem to exist on object<roaresearch\yii2\roa\test\Tester>.
This check looks for calls to methods that do not seem to exist on a given type.
It looks for the method on the type itself as well as in inherited classes or
implemented interfaces.
This is most likely a typographical error or the method has been renamed.
The method seeResponseMatchesJsonType() does not seem to exist on object<roaresearch\yii2\roa\test\Tester>.
This check looks for calls to methods that do not seem to exist on a given type.
It looks for the method on the type itself as well as in inherited classes or
implemented interfaces.
This is most likely a typographical error or the method has been renamed.
The method grabDataFromResponseByJsonPath() does not seem to exist on object<roaresearch\yii2\roa\test\Tester>.
This check looks for calls to methods that do not seem to exist on a given type.
It looks for the method on the type itself as well as in inherited classes or
implemented interfaces.
This is most likely a typographical error or the method has been renamed.
Loading history...
37
);
38
}
39
40
/**
41
* @return string url route which generates the token.
This check looks for
@param
annotations where the type inferred by our type inference engine differs from the declared type.It makes a suggestion as to what type it considers more descriptive.
Most often this is a case of a parameter that can be null in addition to its declared types.