Horde_Rdo_Test_Sql_Base::testListOffsetSetThrowException PHP Method

testListOffsetSetThrowException() public method

    public function testListOffsetSetThrowException()
    {
        $list = self::$LazyBaseObjectMapper->find();
        $list[0] = $list[0];
        $this->assertTrue($list[0] instanceof Horde_Rdo_Test_Objects_SomeLazyBaseObject, "Throw exception when trying to set a new element to the list");
    }