Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert "Illegal offset type" warnings to exceptions | Nikita Popov | 2019-09-27 | 1 | -29/+0 |
| | |||||
* | Adjust tests for zpp TypeError change | Nikita Popov | 2019-03-11 | 1 | -20/+7 |
| | |||||
* | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 1 | -1/+1 |
| | | | | | | | PHP requires integer typehints to be written "int" and does not allow "integer" as an alias. This changes type error messages to match the actual type name and avoids confusing messages like "must be of the type integer, integer given". | ||||
* | Fix tests to account for warnings moved from RT to CT | Nikita Popov | 2014-08-15 | 1 | -1/+1 |
| | |||||
* | - Fix tests | Jani Taskinen | 2007-11-02 | 1 | -5/+5 |
| | | | | | - Update README.PARAMETER_PARSING_API | ||||
* | MFH: split the test | Antony Dovgal | 2007-07-13 | 1 | -0/+42 |