mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
add test for totally invalid PHP class name
This commit is contained in:
6
tests/PHPUnit/CustomAffixes/!@#$%^&*()-_=+.php
Normal file
6
tests/PHPUnit/CustomAffixes/!@#$%^&*()-_=+.php
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
test(sprintf('this runs file names like "%s"', basename(__FILE__)))
|
||||||
|
->assertTrue(true);
|
||||||
|
|
||||||
|
//!@#$%^&*()-_=+
|
||||||
Reference in New Issue
Block a user