respect-validation/tests/unit
Henrique Moody ebcf247187
Do not use mocks to simulate a rule
We can use the AlwaysValid and AlwaysInvalid rules in the tests instead
of mocking them. Those changes will help us later because we mainly use
the `createValidatableMock()` in the data providers and, as from
PHPUnit 10, all data providers need to be static.

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2023-04-03 16:28:38 +02:00
..
Exceptions Use SPDX IDs for licensing 2023-02-19 00:19:10 -03:00
Helpers Use SPDX IDs for licensing 2023-02-19 00:19:10 -03:00
Rules Do not use mocks to simulate a rule 2023-04-03 16:28:38 +02:00
FactoryTest.php Use SPDX IDs for licensing 2023-02-19 00:19:10 -03:00
ValidatorTest.php Use SPDX IDs for licensing 2023-02-19 00:19:10 -03:00