Development

#3976 (Documentation 1.1 - 15-Unit-Testing compulsory parameter to sfDatabaseManager())

You must first sign up to be able to contribute.

Ticket #3976 (closed defect: fixed)

Opened 5 months ago

Last modified 3 months ago

Documentation 1.1 - 15-Unit-Testing compulsory parameter to sfDatabaseManager()

Reported by: jamiel Assigned to: FabianLange
Priority: minor Milestone:
Component: other Version: 1.1.0
Keywords: documentation Cc:
Qualification: Unreviewed

Description

The new compulsory configuration parameter to sfDatabaseManager() is not reflected in the unit testing documention.

- $databaseManager = new sfDatabaseManager(); + $databaseManager = new sfDatabaseManager($configuration);

Change History

08/31/08 21:57:24 changed by FabianLange

  • status changed from new to closed.
  • resolution set to fixed.

(In [11259]) doc: fixed #3976