Horde_Rdo_Test_Sql_Base::testLazyToOneRelationThrowsExceptionWhenKeyIsNotFound PHP 메소드

testLazyToOneRelationThrowsExceptionWhenKeyIsNotFound() 공개 메소드

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