We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16736fd commit 5f9ba4eCopy full SHA for 5f9ba4e
tests/system/Validation/FormatRulesTest.php
@@ -18,14 +18,16 @@
18
19
/**
20
* @internal
21
+ *
22
+ * @no-final
23
*/
-final class FormatRulesTest extends CIUnitTestCase
24
+class FormatRulesTest extends CIUnitTestCase
25
{
26
public const ALPHABET = 'abcdefghijklmnopqrstuvwxyzABCDEFGHLIJKLMNOPQRSTUVWXYZ';
27
public const ALPHANUMERIC = 'abcdefghijklmnopqrstuvwxyzABCDEFGHLIJKLMNOPQRSTUVWXYZ0123456789';
28
- private Validation $validation;
- private array $config = [
29
+ protected Validation $validation;
30
+ protected array $config = [
31
'ruleSets' => [
32
Rules::class,
33
FormatRules::class,
0 commit comments