MongolidLaravel\MongolidModel::localMockHasExpectationsFor PHP Метод

localMockHasExpectationsFor() защищенный Метод

Check for a expectation for given method on local mock.
protected localMockHasExpectationsFor ( string $method ) : boolean
$method string Name of the method being checked.
Результат boolean
    protected function localMockHasExpectationsFor(string $method) : bool
    {
        return $this->hasLocalMock() && $this->getLocalMock()->mockery_getExpectationsFor($method);
    }