| 1 | <?php |
||
| 13 | class StaticClassNameConverterTest extends TestCase |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @dataProvider classNamesProvider |
||
| 17 | */ |
||
| 18 | public function testClassNameConversion(string $givenClassName, string $expectedClassName) : void |
||
| 22 | |||
| 23 | public function classNamesProvider() : array |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @dataProvider classNamesProvider |
||
| 36 | * |
||
| 37 | * @runInSeparateProcess |
||
| 38 | */ |
||
| 39 | public function testClassNameConversionFromObject(string $givenClassName, string $expectedClassName) : void |
||
| 49 | } |
||
| 50 |