RegexpPageUrlMatcher
class RegexpPageUrlMatcher implements IPageUrlMatcher (View source)
Checks, that page is opened by comparing url using a regular expression.
Methods
float
getPriority()
Returns matcher priority.
string
getAnnotationName()
Returns the name of the annotation.
string
getAnnotationClass()
Returns the FQCN of the annotation.
boolean
matches(string $url, array $annotations)
Matches the given url against the given annotations.
Expectation
shouldReceive(string $name)
No description
Details
at line 29
float
getPriority()
Returns matcher priority.
at line 39
string
getAnnotationName()
Returns the name of the annotation.
at line 49
string
getAnnotationClass()
Returns the FQCN of the annotation.
at line 62
boolean
matches(string $url, array $annotations)
Matches the given url against the given annotations.