Horde_Rdo_Test_Sql_Base::testListOffsetExistsReturnTrueForLast PHP Method

testListOffsetExistsReturnTrueForLast() public method

    public function testListOffsetExistsReturnTrueForLast()
    {
        $list = self::$LazyBaseObjectMapper->find();
        $this->assertTrue(isset($list[$list->count() - 1]), "return true for last index in list");
    }