Inflector test
Test the CakePHP internal "inflecting" functionality.
Method | Result | |
---|---|---|
pluralize | => | Details |
singularize | => | Detail |
camelize | => | Details |
underscore | => | details |
dasherize | => | details |
humanize | => | Details |
delimit | => | details |
tableize | => | details |
classify | => | Detail |
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.2.4 of CakePHP.