123456789101112131415161718192021222324252627 |
- <?php
- class JOPhoneNumberTestCase extends DrupalWebTestCase {
-
- public static function getInfo() {
- return array(
- 'name' => t('Jordania Phone number test'),
- 'description' => t('Tests various valid and invalid Jordania phone numbers for validity'),
- 'group' => t('Phone')
- );
- }
- public function testPhoneJOValid() {
-
- }
- public function testPhoneJOInvalid() {
-
- }
- public function testPhoneJOFormatting() {
-
- }
- }
|