File tree Expand file tree Collapse file tree 2 files changed +33
-1303
lines changed Expand file tree Collapse file tree 2 files changed +33
-1303
lines changed Original file line number Diff line number Diff line change 18
18
19
19
/**
20
20
* @internal
21
+ *
22
+ * @no-final
21
23
*/
22
- final class FormatRulesTest extends CIUnitTestCase
24
+ class FormatRulesTest extends CIUnitTestCase
23
25
{
24
26
public const ALPHABET = 'abcdefghijklmnopqrstuvwxyzABCDEFGHLIJKLMNOPQRSTUVWXYZ ' ;
25
27
public const ALPHANUMERIC = 'abcdefghijklmnopqrstuvwxyzABCDEFGHLIJKLMNOPQRSTUVWXYZ0123456789 ' ;
26
28
27
- private Validation $ validation ;
28
- private array $ config = [
29
+ protected Validation $ validation ;
30
+ protected array $ config = [
29
31
'ruleSets ' => [
30
32
Rules::class,
31
33
FormatRules::class,
@@ -216,6 +218,11 @@ public function urlProvider(): Generator
216
218
false ,
217
219
false ,
218
220
],
221
+ [
222
+ "http://www.codeigniter.com \n" ,
223
+ false ,
224
+ false ,
225
+ ],
219
226
];
220
227
}
221
228
You can’t perform that action at this time.
0 commit comments