diff --git a/tests/MultiFormTest.php b/tests/MultiFormTest.php index 584eca9..c6eb1b5 100644 --- a/tests/MultiFormTest.php +++ b/tests/MultiFormTest.php @@ -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 {