chore: add tests for toBeCasedCorrectly() arch test

This commit is contained in:
SimonBroekaert
2026-02-17 19:03:46 +01:00
parent df7b6c8454
commit 1675dd1d41
4 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<?php
namespace Tests\Fixtures\Arch\ToBeCasedCorrectly\CorrectCasing;
class CorrectCasing {}

View File

@ -0,0 +1,5 @@
<?php
namespace Tests\Fixtures\Arch\ToBeCasedCorrectly\IncorrectCasing;
class IncorrectCasing {}

View File

@ -0,0 +1,5 @@
<?php
namespace Tests\Fixtures\Arch\ToBeCasedCorrectly\IncorrectDirectoryCasing;
class CorrectCasing {}