PhpSpec\ObjectBehavior::getMatchers PHP Méthode

getMatchers() public méthode

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