| 1 | <?php |
||
| 17 | class FieldTextPolicyValidatorTest extends \PHPUnit\Framework\TestCase { |
||
| 18 | |||
| 19 | public function testGivenHarmlessText_itSucceeds(): void { |
||
| 25 | |||
| 26 | public function testGivenHarmfulText_itFails(): void { |
||
| 32 | |||
| 33 | public function testGivenHarmfulText_itProvidesAConstraintViolation(): void { |
||
| 43 | } |
||
| 44 |