mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
add another test case with non-standard PHP test file name
This commit is contained in:
4
tests/PHPUnit/CustomAffixes/snake_case_spec.php
Normal file
4
tests/PHPUnit/CustomAffixes/snake_case_spec.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
|
||||
test(sprintf('this runs file names like "%s"', basename(__FILE__)))
|
||||
->assertTrue(true);
|
||||
Reference in New Issue
Block a user