expect('Tests\Fixtures\Arch\ToBeCasedCorrectly\CorrectCasing') ->toBeCasedCorrectly(); test('failure') ->expect('Tests\Fixtures\Arch\ToBeCasedCorrectly\IncorrectCasing') ->toBeCasedCorrectly() ->throws(ArchExpectationFailedException::class);