| Total Complexity | 2 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | abstract class NonAsciiCharsUnitTestClass extends BaseRouterUnitTestClass |
||
| 10 | { |
||
| 11 | |||
| 12 | /** |
||
| 13 | * Some action |
||
| 14 | * |
||
| 15 | * @return int |
||
| 16 | */ |
||
| 17 | public function actionRoute(): int |
||
| 18 | { |
||
| 19 | return 1; |
||
| 20 | } |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Testing callig non-ASCII char route |
||
| 24 | */ |
||
| 25 | public function testCallNonAsciiCharRoute(): void |
||
| 36 | } |
||
| 37 | |||
| 48 |