Files
pest/tests/Fixtures/Suites/InvalidNames/StartsWithNumber/2fa.test.php
T
2026-08-04 20:46:21 +01:00

6 lines
114 B
PHP

<?php
// The file name creates the class `2fa`, which starts with a number.
it('never runs')->assertTrue(true);