cakephp2-php8/lib/Cake/Test/Case/Utility
Phally 9260a78ea3 Fixes last items for #1665.
- Changes double quotes to single quotes.
- Documents and tests array-based string replace.
- Rewrites test case.

Rewrites the test case because the tests didn't work as well as
they should be. The test file copied itself to the tmp directory,
did some string replace stuff on it and then loaded the data to
test its contents. However in those contents were also the
expectations, so assertContains() would always see the string in
the file... even if the replacing didn't work.

Closes #1665.
2013-10-26 14:50:42 +02:00
..
CakeNumberTest.php Merge branch 'master' into 2.4 2013-08-16 14:47:01 -04:00
CakeTimeTest.php Merge branch 'master' into 2.4 2013-08-16 14:47:01 -04:00
ClassRegistryTest.php Missed a couple instanceOf asserations 2013-09-24 22:12:51 -04:00
DebuggerTest.php Make tests pass on win. 2013-10-14 23:59:14 +02:00
FileTest.php Fixes last items for #1665. 2013-10-26 14:50:42 +02:00
FolderTest.php Merge remote-tracking branch 'origin/2.5' into k-halaburda-master 2013-10-12 01:05:02 +02:00
HashTest.php Merge branch 'master' into 2.5 2013-09-21 20:01:50 -04:00
InflectorTest.php Plural of breif is breifs not breives 2013-09-04 09:20:32 +01:00
ObjectCollectionTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
SanitizeTest.php cs corrections, bool to boolean and int to integer. 2013-09-17 14:44:34 +02:00
SecurityTest.php Add hmac to encrypted data. 2013-08-29 14:40:01 -04:00
SetTest.php coding standards according to new sniffer rules 2013-08-08 01:03:21 +02:00
StringTest.php Make String::wrap() unicode aware. Solves #3981. 2013-10-01 22:35:11 +02:00
ValidationTest.php Merge branch 'master' into 2.5 2013-10-14 22:57:50 -04:00
XmlTest.php Make tests pass on win. 2013-10-14 23:59:14 +02:00