cakephp2-php8/lib/Cake/Test/Case/Cache
mark_story 7f68699fcd Fix return values in Cache.
The documentation indicates that false/or the value will be returnned.
Using both null and false to indicate failure is confusing.  Use only
false to indicate failure.  It might be better in the future to use
exceptions for trying to read/write on missing cache configs.
2011-11-29 23:17:17 -05:00
..
Engine Test case compatibility skipUnless() to markTestSkipped() 2011-11-16 21:07:09 -05:00
CacheTest.php Fix return values in Cache. 2011-11-29 23:17:17 -05:00