mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 01:37:21 +01:00
fix underscores in test names
This commit is contained in:
@ -13,6 +13,8 @@ it('may start with P', function (string $real, string $toBePrinted) {
|
||||
]);
|
||||
|
||||
$names = [
|
||||
'test description' => '__pest_evaluable_test_description',
|
||||
'test_description' => '__pest_evaluable_test__description',
|
||||
'ふ+が+' => '__pest_evaluable_ふ_が_',
|
||||
'ほげ' => '__pest_evaluable_ほげ',
|
||||
'卜竹弓一十山' => '__pest_evaluable_卜竹弓一十山',
|
||||
|
||||
Reference in New Issue
Block a user