PhpSpec\ObjectBehavior::getMatchers PHP Method

getMatchers() public method

Override this method to provide your own inline matchers
public getMatchers ( ) : array
return array a list of inline matchers
    public function getMatchers()
    {
        return array();
    }