mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 11:05:49 +02:00
MINOR Updated MultiFormTest class comments
This commit is contained in:
parent
c5916ffaf0
commit
0512155cbe
@ -19,11 +19,6 @@
|
|||||||
* of MultiFormStep, which is every step in a form, requires a db/build, as it
|
* 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
|
* 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!
|
* 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 {
|
class MultiFormTest extends SapphireTest {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user