empress-php / empress

Empress is a flexible microframework for creating async web applications in PHP 8.1.
MIT License
15 stars 0 forks source link

Add negative tests to CaseConverter #6

Closed jakobmats closed 4 years ago

jakobmats commented 5 years ago

Check invalid camel case names like "XMLDocument" or invalid snake/kebab case strings like /[-]+$/ or /^[-]+/.

jakobmats commented 4 years ago

No longer valid.