mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
fix underscores in test names
This commit is contained in:
@ -8,6 +8,6 @@ it('evaluates the code', function ($evaluatable, $expected) {
|
||||
expect($code)->toBe($expected);
|
||||
})->with([
|
||||
['version()', '__pest_evaluable_version__'],
|
||||
['version__ ', '__pest_evaluable_version___'],
|
||||
['version__ ', '__pest_evaluable_version_____'],
|
||||
['version\\', '__pest_evaluable_version_'],
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user