We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c261861 commit a7b7422Copy full SHA for a7b7422
2 files changed
tests/system/Validation/RulesTest.php
@@ -19,11 +19,13 @@
19
20
/**
21
* @internal
22
+ *
23
+ * @no-final
24
*/
-final class RulesTest extends CIUnitTestCase
25
+class RulesTest extends CIUnitTestCase
26
{
- private Validation $validation;
- private array $config = [
27
+ protected Validation $validation;
28
+ protected array $config = [
29
'ruleSets' => [
30
Rules::class,
31
FormatRules::class,
0 commit comments