pickles/src
Josh Sherman 31f4c32fb0 Reworked test to check for PHP version
`password_hash` is PHP 5.5. Instead of adding the sanity check in the code,
I've opted to put it in the test to ditch the overhead of having to make that
check for every request.
2014-10-02 21:34:09 -04:00
..
Auth.php Namespaced the fuck out of Pickles 2014-09-27 22:28:15 -04:00
Browser.php Dropped status code method 2014-09-28 08:36:14 -04:00
Cache.php Reworked config to be an arrayobject 2014-09-29 21:32:08 -04:00
Config.php Fixed up resource class' tests 2014-10-02 07:02:29 -04:00
Convert.php Moved files and added namespaces 2014-09-27 17:57:07 -04:00
Database.php Spruced up profiler, need to finish up tests 2014-10-01 22:08:11 -04:00
Date.php Moved files and added namespaces 2014-09-27 17:57:07 -04:00
Distance.php Moved files and added namespaces 2014-09-27 17:57:07 -04:00
File.php Fixed deleting a file 2014-10-02 18:15:48 -04:00
Model.php Namespaced the fuck out of Pickles 2014-09-27 22:28:15 -04:00
Number.php Moved files and added namespaces 2014-09-27 17:57:07 -04:00
Object.php Unit tests for the Object class 2014-09-30 22:24:10 -04:00
Profiler.php Finished up Profiler and test coverage 2014-10-02 06:42:16 -04:00
Resource.php Reworked test to check for PHP version 2014-10-02 21:34:09 -04:00
Router.php Reworked config to be an arrayobject 2014-09-29 21:32:08 -04:00
Sort.php Moved files and added namespaces 2014-09-27 17:57:07 -04:00
String.php Moved files and added namespaces 2014-09-27 17:57:07 -04:00
Time.php Moved files and added namespaces 2014-09-27 17:57:07 -04:00