| 1 | <?php |
||
| 9 | class NameTest extends TestCase |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @dataProvider nameProvider |
||
| 13 | * |
||
| 14 | * @param string $name |
||
| 15 | * @param int $sequence |
||
| 16 | * @param string $expected |
||
| 17 | */ |
||
| 18 | public function testName(string $name, int $sequence, string $expected) |
||
| 22 | |||
| 23 | public function nameProvider(): array |
||
| 32 | } |