spec\Crummy\Phlack\Common\Formatter\LinkFormatterSpec::getMatchers PHP Method

getMatchers() public method

public getMatchers ( )
    public function getMatchers()
    {
        return ['contain' => function ($haystack, $needle) {
            return false !== strpos($haystack, $needle);
        }];
    }