cakephp2-php8/lib/Cake/Test/Case/Utility
Charles Burgess fa3d4a0bb5 Updating the phone validation routine.
According to NANPA, there are area codes and exchanges that are invalid or reserved and not available for assignment. This would make those phone numbers invalid. For example:

- area-codes: 555, N11, N9X, 37X, 96X
- exchanges: N11
- numbers: 555-0100 thru 555-0199

You could also say 555-1212 is invalid as it is assigned as information for the US.

I changed the tests where 555 as an area code was being used as the assertion will give it a false on the area code and not the exchange as intended.
2013-07-09 09:54:18 -06:00
..
CakeNumberTest.php Merge branch 'master' into 2.4 2013-06-02 18:03:59 +05:30
CakeTimeTest.php Merge branch 'master' into 2.4 2013-06-09 18:08:32 +05:30
ClassRegistryTest.php remove name attribute where not necessary, clean up doc blocks 2013-06-08 04:29:08 +02:00
DebuggerTest.php Merge branch 'master' into 2.4 2013-06-02 18:03:59 +05:30
FileTest.php doc block corrections 2013-07-05 16:17:23 +02:00
FolderTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
HashTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
InflectorTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ObjectCollectionTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
SanitizeTest.php coding standards whitespace and single quote 2013-06-09 17:20:08 +02:00
SecurityTest.php correct return types in doc blocks 2013-07-05 17:19:22 +02:00
SetTest.php incorrect tab to space - whitespace coding standards 2013-06-09 21:01:01 +02:00
StringTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ValidationTest.php Updating the phone validation routine. 2013-07-09 09:54:18 -06:00
XmlTest.php Merge branch 'master' into 2.4 2013-06-09 18:08:32 +05:30