Horde_Rdo_Test_Sql_Base::testListOffsetExistsReturnFalseForTooBigOffset PHP Méthode

testListOffsetExistsReturnFalseForTooBigOffset() public méthode

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