pickles/tests/classes
Joshua Sherman 0810302e4f Fixed issue with UTF-8 2-byte characters
Characters were being split up and causing invalid sequences when using
`substr()`. Went ahead and updated to use `mb_strcut()` and forcing the
character encoding to UTF-8. I think the plan down the road will be to set the
internal encoding to UTF-8 but I am not currently sure how that could effect
the rest of the system (perhaps it won't). Closes #39
2014-01-26 15:09:16 -05:00
..
API Test for img parameters 2014-01-11 19:44:55 -05:00
BrowserTest.php More tests and 100% coverage achievements! 2014-01-12 16:09:48 -05:00
CacheTest.php Swapped all array() for the shorthand [] 2014-01-15 14:09:54 -05:00
ConfigTest.php Worked through some bugs, updated dependencies 2014-01-20 22:06:59 -05:00
ControllerTest.php Module testing coverage 100% 2014-01-17 15:30:58 -05:00
ConvertTest.php Getting coverage to 100% on these classes 2014-01-12 13:56:52 -05:00
DatabaseTest.php Dropped error message from expected exception 2014-01-18 11:47:08 -05:00
DateTest.php Cleaned up longhand arrays, added Profanity tests 2014-01-03 17:52:24 -05:00
DisplayTest.php Hacking away to get coverage up 2014-01-12 18:20:30 -05:00
DistanceTest.php Fixed up a conditional, added a new Distance test. 2014-01-11 19:19:07 -05:00
DynamicTest.php More tests and 100% coverage achievements! 2014-01-12 16:09:48 -05:00
FileTest.php Getting coverage to 100% on these classes 2014-01-12 13:56:52 -05:00
FormTest.php Getting coverage to 100% on these classes 2014-01-12 13:56:52 -05:00
HTMLTest.php More tests and 100% coverage achievements! 2014-01-12 16:09:48 -05:00
LogTest.php More tests and 100% coverage achievements! 2014-01-12 16:09:48 -05:00
ModelTest.php And then there were none. 2014-01-20 01:25:11 -05:00
ModuleTest.php Module testing coverage 100% 2014-01-17 15:30:58 -05:00
NumberTest.php Cleaned up longhand arrays, added Profanity tests 2014-01-03 17:52:24 -05:00
ObjectTest.php More tests and 100% coverage achievements! 2014-01-12 16:09:48 -05:00
ProfilerTest.php Profiler tests and some rework 2014-01-15 00:40:34 -05:00
SecurityTest.php Updated mock model to use a public attribute 2014-01-19 14:27:31 -05:00
SessionTest.php Fixed glitch causing a lack of coverage 2014-01-17 13:36:08 -05:00
SortTest.php Sort and Time class tests 2014-01-02 00:09:58 -05:00
StringTest.php Fixed issue with UTF-8 2-byte characters 2014-01-26 15:09:16 -05:00
TimeTest.php Reworked the database class 2014-01-12 23:24:41 -05:00
ValidateTest.php Added validation class testing and fixed some bugs 2014-01-13 00:24:17 -05:00