Repo2\QueryReactor\Tests\Query\NobodyResultTest::createNobodyResult PHP Method

createNobodyResult() private method

private createNobodyResult ( $rowsCount )
    private function createNobodyResult($rowsCount)
    {
        return new NobodyResult($rowsCount);
    }