MINOR Updated MultiFormTest class comments

This commit is contained in:
Sean Harvey 2008-09-20 09:27:38 +00:00
parent c5916ffaf0
commit 0512155cbe
1 changed files with 0 additions and 5 deletions

View File

@ -19,11 +19,6 @@
* of MultiFormStep, which is every step in a form, requires a db/build, as it
* is a subclass of DataObject. This is a bit of a pain, but it's required for
* the database to store the step data for each step, which is very important!
*
* @TODO make use of .yml file to populate test db data instead?
*
* So, if you're going to create some new tests, and want to use some test classes,
* make sure to use the ones mentioned above.
*/
class MultiFormTest extends SapphireTest {