Skip to content

Commit 5f9ba4e

Browse files
committed
test: refactor StrictRules/FormatRulesTest
1 parent 16736fd commit 5f9ba4e

File tree

2 files changed

+28
-1308
lines changed

2 files changed

+28
-1308
lines changed

tests/system/Validation/FormatRulesTest.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,16 @@
1818

1919
/**
2020
* @internal
21+
*
22+
* @no-final
2123
*/
22-
final class FormatRulesTest extends CIUnitTestCase
24+
class FormatRulesTest extends CIUnitTestCase
2325
{
2426
public const ALPHABET = 'abcdefghijklmnopqrstuvwxyzABCDEFGHLIJKLMNOPQRSTUVWXYZ';
2527
public const ALPHANUMERIC = 'abcdefghijklmnopqrstuvwxyzABCDEFGHLIJKLMNOPQRSTUVWXYZ0123456789';
2628

27-
private Validation $validation;
28-
private array $config = [
29+
protected Validation $validation;
30+
protected array $config = [
2931
'ruleSets' => [
3032
Rules::class,
3133
FormatRules::class,

0 commit comments

Comments
 (0)