cakephp2-php8/lib/Cake/Test/Case
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
..
Cache Merge branch 'master' into 2.4 2013-06-09 18:08:32 +05:30
Configure Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Console Merge branch 'master' into 2.4 2013-07-07 12:22:12 +05:30
Controller Merge branch 'master' into 2.4 2013-07-07 12:22:12 +05:30
Core Merge branch 'master' into 2.4 2013-07-07 12:22:12 +05:30
Error Merge branch 'master' into 2.4 2013-06-16 13:07:44 +05:30
Event Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
I18n Merge branch 'master' into 2.4 2013-07-07 12:22:12 +05:30
Log unify other log types as well 2013-06-21 16:43:01 +02:00
Model Merge branch 'master' into 2.4 2013-07-07 12:22:12 +05:30
Network Merge branch 'master' into 2.4 2013-07-07 12:22:12 +05:30
Routing Router::url should passthru //example.com/file.ext 2013-06-21 15:10:11 -04:00
TestSuite Changed http links to lighthouse, groups.google and github to https 2013-06-25 22:58:30 +02:00
Utility Updating the phone validation routine. 2013-07-09 09:54:18 -06:00
View Merge branch 'master' into 2.4 2013-07-07 12:22:12 +05:30
AllBehaviorsTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllCacheTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllComponentsTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllConfigureTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllConsoleTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllControllerTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllCoreTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllDatabaseTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllErrorTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllEventTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllHelpersTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllI18nTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllLogTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllNetworkTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllRoutingTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllTestsTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllTestSuiteTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllUtilityTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllViewTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
BasicsTest.php Merge branch 'master' into 2.4 2013-06-02 18:03:59 +05:30