mirror of
https://github.com/pestphp/pest.git
synced 2026-09-06 06:43:35 +02:00
fix: don't allow invalid class names
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
// The folder name creates the namespace segment `2fa`, which starts with a number.
|
||||
|
||||
it('never runs')->assertTrue(true);
|
||||
Reference in New Issue
Block a user