Horde_Rdo_Test_Sql_Base::testListOffsetExistsReturnFalseForTooBigOffset PHP Method

testListOffsetExistsReturnFalseForTooBigOffset() public method

    public function testListOffsetExistsReturnFalseForTooBigOffset()
    {
        $list = self::$LazyBaseObjectMapper->find();
        $this->assertFalse(isset($list[$list->count()]), "return false for index not in list");
    }