Skip to content

Commit a7b7422

Browse files
committed
test: refactor StrictRules/RulesTest
1 parent c261861 commit a7b7422

2 files changed

Lines changed: 12 additions & 451 deletions

File tree

tests/system/Validation/RulesTest.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919

2020
/**
2121
* @internal
22+
*
23+
* @no-final
2224
*/
23-
final class RulesTest extends CIUnitTestCase
25+
class RulesTest extends CIUnitTestCase
2426
{
25-
private Validation $validation;
26-
private array $config = [
27+
protected Validation $validation;
28+
protected array $config = [
2729
'ruleSets' => [
2830
Rules::class,
2931
FormatRules::class,

0 commit comments

Comments
 (0)