Horde_Rdo_Test_Sql_Base::testObjectWithEagerToOneRelationIsNotLoadedWhenlWhenKeyIsNull PHP 메소드

testObjectWithEagerToOneRelationIsNotLoadedWhenlWhenKeyIsNull() 공개 메소드

    public function testObjectWithEagerToOneRelationIsNotLoadedWhenlWhenKeyIsNull()
    {
        $entity = self::$EagerBaseObjectMapper->findOne(4);
        $this->assertNull($entity, "Base Object not loaded when eager relation key is null");
    }