Files
pest/tests/PHPUnit/CustomAffixes/@#$%^&()-_=+.php
2021-02-13 13:31:25 -06:00

11 lines
334 B
PHP

<?php
/*
* NOTE: To preserve cross-platform testing compatibility we cannot use ! * and
* other Windows reserved characters in this test's filename.
*
* See https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file#naming-conventions
*/
it(sprintf('runs file names like `%s`', basename(__FILE__)))->assertTrue(true);