File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 2525 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2626 */
2727final class tenant_test extends \advanced_testcase {
28-
2928 /**
29+ * Tests the validation of identifier string in the tenant constructor (valid identifier)).
30+ *
3031 * @dataProvider valid_identifier_provider
3132 * @covers \local_ai_manager\local\tenant::__construct
3233 */
@@ -53,6 +54,8 @@ public static function valid_identifier_provider(): array {
5354 }
5455
5556 /**
57+ * Tests the validation of identifier string in the tenant constructor (invalid identifier).
58+ *
5659 * @dataProvider invalid_identifier_provider
5760 * @covers \local_ai_manager\local\tenant::__construct
5861 */
@@ -78,7 +81,7 @@ public static function invalid_identifier_provider(): array {
7881 ['comma,comma ' ],
7982 ['HTML-Tag<br /> ' ],
8083 [' Whitespace University ' ],
81- ['Whitespace School ' ]
84+ ['Whitespace School ' ],
8285 ];
8386 }
8487}
You can’t perform that action at this time.
0 commit comments