Horde_Rdo_Test_Sql_Base::testObjectWithEagerToOneRelationIsNotLoadedWhenlWhenKeyIsNull PHP Method

testObjectWithEagerToOneRelationIsNotLoadedWhenlWhenKeyIsNull() public method

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