Horde_Rdo_Test_Sql_Base::testLazyToOneRelationThrowsExceptionWhenKeyIsNotFound PHP Method

testLazyToOneRelationThrowsExceptionWhenKeyIsNotFound() public method

    public function testLazyToOneRelationThrowsExceptionWhenKeyIsNotFound()
    {
        $entity = self::$LazyBaseObjectMapper->findOne(3);
        $this->assertNull($entity->lazyRelatedThing, "lazy to-one-relations throw exception when relation key is not found");
    }