add another test case with non-standard PHP test file name

This commit is contained in:
jordanbrauer
2021-02-13 11:18:28 -06:00
parent 301ff155a4
commit 721e047485

View File

@ -0,0 +1,4 @@
<?php
test(sprintf('this runs file names like "%s"', basename(__FILE__)))
->assertTrue(true);