Horde_Rdo_Test_Sql_Base::testListOffsetExistsReturnFalseFor0inemptylist PHP Method

testListOffsetExistsReturnFalseFor0inemptylist() public method

    public function testListOffsetExistsReturnFalseFor0inemptylist()
    {
        $list = self::$LazyBaseObjectMapper->find(5000);
        $this->assertFalse(isset($list[0]), "return false for first index in empty list");
    }