cakephp2-php8/lib/Cake/Test/Case/Utility
mark_story 5e9d4893a8 Add the {*} matcher to Hash::extract()
This matcher will match anything and is useful when you just want to
traverse through data and you're not too picky.

I've also refactored the conditions to use a case as it is slightly more
readable and uses fewer lines of code.

Refs #6447
2015-05-01 22:03:40 -04:00
..
CakeNumberTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
CakeTextTest.php Fix failing tests. 2015-01-12 21:36:28 -05:00
CakeTimeTest.php Fixed return type of toQuarter in CakeTime and TimeHelper 2015-03-02 12:08:11 +01:00
ClassRegistryTest.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
DebuggerTest.php Use (int) cast instead of intval() function for performance reasons and to unify it. 2014-09-10 15:52:57 +02:00
FileTest.php Fix PHPCS error. 2015-01-12 21:37:34 -05:00
FolderTest.php Merge branch 'master' into 2.6 2014-10-30 21:20:53 -04:00
HashTest.php Add the {*} matcher to Hash::extract() 2015-05-01 22:03:40 -04:00
InflectorTest.php Updates Inflector For Irregular Case Sieves 2015-03-31 22:21:05 -07:00
ObjectCollectionTest.php Add @trigger doc blocks of methods triggering CakeEvent 2014-11-30 14:45:40 -07:00
SanitizeTest.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
SecurityTest.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
SetTest.php Merge branch 'master' into 2.5 2014-04-06 21:50:41 +02:00
ValidationTest.php Merge branch 'master' into 2.6 2014-08-03 01:05:36 +05:30
XmlTest.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00