Skip to content

Commit 3a7d312

Browse files
Hannes FunkPhMemmel
authored andcommitted
MBS-10346: Codestyle for tenant_test.php
1 parent ac4fab1 commit 3a7d312

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/tenant_test.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
2525
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2626
*/
2727
final 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
}

0 commit comments

Comments
 (0)