Inflector test
Test the CakePHP internal "inflecting" functionality.
Method | Result | |
---|---|---|
pluralize | => | Stories |
singularize | => | Story |
camelize | => | Stories |
underscore | => | stories |
dasherize | => | stories |
humanize | => | Stories |
delimit | => | stories |
tableize | => | stories |
classify | => | Story |
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.