N°8772 - xml description wip

This commit is contained in:
Eric Espie
2025-12-01 08:54:49 +01:00
parent e790929cbe
commit a88f33575d
3 changed files with 9 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ class BlockTest extends AbstractFormsTest
*
* @throws ReflectionException
*/
public function testAddChildBlockClass(): void
public function testAddChildBlockExpectFormBlockClass(): void
{
$oFormBlock = new FormBlock('formBlock');
$this->expectException(FormBlockException::class);
@@ -57,7 +57,7 @@ class BlockTest extends AbstractFormsTest
}
/**
* All block may contain a reference to themselves in their options
* All block must contain a reference to themselves in their options
*/
public function testBlockOptionsContainsBlockReference(): void
{