| 1 | <?php |
||
| 9 | class DeleteShortUrlExceptionTest extends TestCase |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @test |
||
| 13 | * @dataProvider provideMessages |
||
| 14 | */ |
||
| 15 | public function fromVisitsThresholdGeneratesMessageProperly( |
||
| 23 | |||
| 24 | public function provideMessages(): array |
||
| 44 | |||
| 45 | /** |
||
| 46 | * @test |
||
| 47 | * @dataProvider provideThresholds |
||
| 48 | */ |
||
| 49 | public function visitsThresholdIsProperlyReturned(int $threshold) |
||
| 54 | |||
| 55 | public function provideThresholds(): array |
||
| 61 | } |
||
| 62 |