Inflector test
Test the CakePHP internal "inflecting" functionality.
Method | Result | |
---|---|---|
pluralize | => | Tratamientos |
singularize | => | Tratamiento |
camelize | => | Tratamientos |
underscore | => | tratamientos |
dasherize | => | tratamientos |
humanize | => | Tratamientos |
delimit | => | tratamientos |
tableize | => | tratamientos |
classify | => | Tratamiento |
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.1 of CakePHP.