cakephp2-php8/lib/Cake/Test/Case/Model/Datasource
Larry E. Masters 1fd329311b Fixes tests to expect changes made to read and write methods - This could be a possible BC change
Since php 7 expects write to return true or false this needed to change, previous implementation would return the values sent to write on success and false on failure. Similar change to read method test CakeSession::read() now returns results or ''.
2015-12-28 11:29:17 -05:00
..
Database add @throws anotation to fix travis PHP_CODESNIFFER warnings 2015-12-13 15:16:49 -06:00
Session Fixes tests to expect changes made to read and write methods - This could be a possible BC change 2015-12-28 11:29:17 -05:00
CakeSessionTest.php Replacing self with static due to PHP5.3+. Following #7040. 2015-07-21 10:22:53 +02:00
DataSourceTest.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
DboSourceTest.php Prevent NULL value on NOT NULL column when value is an empty string (MySQL) 2015-01-05 12:04:24 -05:00