PhpSpec\Listener\CollaboratorMethodNotFoundListener::checkIfMethodNameAllowed PHP Method

checkIfMethodNameAllowed() private method

private checkIfMethodNameAllowed ( $methodName )
    private function checkIfMethodNameAllowed($methodName)
    {
        if (!$this->nameChecker->isNameValid($methodName)) {
            $this->wrongMethodNames[] = $methodName;
        }
    }