| @@ -259,6 +259,10 @@ | ||
| 259 | 259 | return $form; | 
| 260 | 260 | } | 
| 261 | 261 | |
| 262 | + /** | |
| 263 | + * @param CSSContentParser $parser | |
| 264 | + * @param UserDefinedForm|null $form | |
| 265 | + */ | |
| 262 | 266 | public function checkTemplateIsCorrect($parser, $form) | 
| 263 | 267 |      { | 
| 264 | 268 |          $this->assertArrayHasKey(0, $parser->getBySelector('form#UserForm_Form_' . $form->ID)); |