Inflector test

Test the CakePHP internal "inflecting" functionality.

Method Result
pluralize => bosses
singularize => bos
camelize => Boss
underscore => boss
dasherize => boss
humanize => Boss
delimit => boss
tableize => bosses
classify => Bos

Note: Do not try to inflect twice (plural to plural, or singular to singular) as this is not supposed to work.



The inflector uses version 5.0.7 of CakePHP.

Send your feedback or bugreport!