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

testGetRowsCount() public method

public testGetRowsCount ( )
    public function testGetRowsCount()
    {
        $this->assertSame(736, $this->createNobodyResult(736)->getRowsCount());
    }