Skip to content

Commit

Permalink
remove more checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Oct 9, 2023
1 parent aa0ec13 commit 75a55e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 301 deletions.
257 changes: 1 addition & 256 deletions src/Types/Twitter/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,264 +46,9 @@ public function country(string $county = null)
{
if (! empty($county)) {
$county = strtoupper($county);
if (array_key_exists($county, self::$countries)) {
$this->setProperty(self::PREFIX, 'app:country', $county);
}
$this->setProperty(self::PREFIX, 'app:country', $county);
}

return $this;
}

private static $countries = [
'BD' => 'Bangladesh',
'BE' => 'Belgium',
'BF' => 'Burkina Faso',
'BG' => 'Bulgaria',
'BA' => 'Bosnia and Herzegovina',
'BB' => 'Barbados',
'WF' => 'Wallis and Futuna',
'BL' => 'Saint Barthelemy',
'BM' => 'Bermuda',
'BN' => 'Brunei',
'BO' => 'Bolivia',
'BH' => 'Bahrain',
'BI' => 'Burundi',
'BJ' => 'Benin',
'BT' => 'Bhutan',
'JM' => 'Jamaica',
'BV' => 'Bouvet Island',
'BW' => 'Botswana',
'WS' => 'Samoa',
'BQ' => 'Bonaire, Saint Eustatius and Saba ',
'BR' => 'Brazil',
'BS' => 'Bahamas',
'JE' => 'Jersey',
'BY' => 'Belarus',
'BZ' => 'Belize',
'RU' => 'Russia',
'RW' => 'Rwanda',
'RS' => 'Serbia',
'TL' => 'East Timor',
'RE' => 'Reunion',
'TM' => 'Turkmenistan',
'TJ' => 'Tajikistan',
'RO' => 'Romania',
'TK' => 'Tokelau',
'GW' => 'Guinea-Bissau',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GS' => 'South Georgia and the South Sandwich Islands',
'GR' => 'Greece',
'GQ' => 'Equatorial Guinea',
'GP' => 'Guadeloupe',
'JP' => 'Japan',
'GY' => 'Guyana',
'GG' => 'Guernsey',
'GF' => 'French Guiana',
'GE' => 'Georgia',
'GD' => 'Grenada',
'GB' => 'United Kingdom',
'GA' => 'Gabon',
'SV' => 'El Salvador',
'GN' => 'Guinea',
'GM' => 'Gambia',
'GL' => 'Greenland',
'GI' => 'Gibraltar',
'GH' => 'Ghana',
'OM' => 'Oman',
'TN' => 'Tunisia',
'JO' => 'Jordan',
'HR' => 'Croatia',
'HT' => 'Haiti',
'HU' => 'Hungary',
'HK' => 'Hong Kong',
'HN' => 'Honduras',
'HM' => 'Heard Island and McDonald Islands',
'VE' => 'Venezuela',
'PR' => 'Puerto Rico',
'PS' => 'Palestinian Territory',
'PW' => 'Palau',
'PT' => 'Portugal',
'SJ' => 'Svalbard and Jan Mayen',
'PY' => 'Paraguay',
'IQ' => 'Iraq',
'PA' => 'Panama',
'PF' => 'French Polynesia',
'PG' => 'Papua New Guinea',
'PE' => 'Peru',
'PK' => 'Pakistan',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PM' => 'Saint Pierre and Miquelon',
'ZM' => 'Zambia',
'EH' => 'Western Sahara',
'EE' => 'Estonia',
'EG' => 'Egypt',
'ZA' => 'South Africa',
'EC' => 'Ecuador',
'IT' => 'Italy',
'VN' => 'Vietnam',
'SB' => 'Solomon Islands',
'ET' => 'Ethiopia',
'SO' => 'Somalia',
'ZW' => 'Zimbabwe',
'SA' => 'Saudi Arabia',
'ES' => 'Spain',
'ER' => 'Eritrea',
'ME' => 'Montenegro',
'MD' => 'Moldova',
'MG' => 'Madagascar',
'MF' => 'Saint Martin',
'MA' => 'Morocco',
'MC' => 'Monaco',
'UZ' => 'Uzbekistan',
'MM' => 'Myanmar',
'ML' => 'Mali',
'MO' => 'Macao',
'MN' => 'Mongolia',
'MH' => 'Marshall Islands',
'MK' => 'Macedonia',
'MU' => 'Mauritius',
'MT' => 'Malta',
'MW' => 'Malawi',
'MV' => 'Maldives',
'MQ' => 'Martinique',
'MP' => 'Northern Mariana Islands',
'MS' => 'Montserrat',
'MR' => 'Mauritania',
'IM' => 'Isle of Man',
'UG' => 'Uganda',
'TZ' => 'Tanzania',
'MY' => 'Malaysia',
'MX' => 'Mexico',
'IL' => 'Israel',
'FR' => 'France',
'IO' => 'British Indian Ocean Territory',
'SH' => 'Saint Helena',
'FI' => 'Finland',
'FJ' => 'Fiji',
'FK' => 'Falkland Islands',
'FM' => 'Micronesia',
'FO' => 'Faroe Islands',
'NI' => 'Nicaragua',
'NL' => 'Netherlands',
'NO' => 'Norway',
'NA' => 'Namibia',
'VU' => 'Vanuatu',
'NC' => 'New Caledonia',
'NE' => 'Niger',
'NF' => 'Norfolk Island',
'NG' => 'Nigeria',
'NZ' => 'New Zealand',
'NP' => 'Nepal',
'NR' => 'Nauru',
'NU' => 'Niue',
'CK' => 'Cook Islands',
'XK' => 'Kosovo',
'CI' => 'Ivory Coast',
'CH' => 'Switzerland',
'CO' => 'Colombia',
'CN' => 'China',
'CM' => 'Cameroon',
'CL' => 'Chile',
'CC' => 'Cocos Islands',
'CA' => 'Canada',
'CG' => 'Republic of the Congo',
'CF' => 'Central African Republic',
'CD' => 'Democratic Republic of the Congo',
'CZ' => 'Czech Republic',
'CY' => 'Cyprus',
'CX' => 'Christmas Island',
'CR' => 'Costa Rica',
'CW' => 'Curacao',
'CV' => 'Cape Verde',
'CU' => 'Cuba',
'SZ' => 'Swaziland',
'SY' => 'Syria',
'SX' => 'Sint Maarten',
'KG' => 'Kyrgyzstan',
'KE' => 'Kenya',
'SS' => 'South Sudan',
'SR' => 'Suriname',
'KI' => 'Kiribati',
'KH' => 'Cambodia',
'KN' => 'Saint Kitts and Nevis',
'KM' => 'Comoros',
'ST' => 'Sao Tome and Principe',
'SK' => 'Slovakia',
'KR' => 'South Korea',
'SI' => 'Slovenia',
'KP' => 'North Korea',
'KW' => 'Kuwait',
'SN' => 'Senegal',
'SM' => 'San Marino',
'SL' => 'Sierra Leone',
'SC' => 'Seychelles',
'KZ' => 'Kazakhstan',
'KY' => 'Cayman Islands',
'SG' => 'Singapore',
'SE' => 'Sweden',
'SD' => 'Sudan',
'DO' => 'Dominican Republic',
'DM' => 'Dominica',
'DJ' => 'Djibouti',
'DK' => 'Denmark',
'VG' => 'British Virgin Islands',
'DE' => 'Germany',
'YE' => 'Yemen',
'DZ' => 'Algeria',
'US' => 'United States',
'UY' => 'Uruguay',
'YT' => 'Mayotte',
'UM' => 'United States Minor Outlying Islands',
'LB' => 'Lebanon',
'LC' => 'Saint Lucia',
'LA' => 'Laos',
'TV' => 'Tuvalu',
'TW' => 'Taiwan',
'TT' => 'Trinidad and Tobago',
'TR' => 'Turkey',
'LK' => 'Sri Lanka',
'LI' => 'Liechtenstein',
'LV' => 'Latvia',
'TO' => 'Tonga',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'LR' => 'Liberia',
'LS' => 'Lesotho',
'TH' => 'Thailand',
'TF' => 'French Southern Territories',
'TG' => 'Togo',
'TD' => 'Chad',
'TC' => 'Turks and Caicos Islands',
'LY' => 'Libya',
'VA' => 'Vatican',
'VC' => 'Saint Vincent and the Grenadines',
'AE' => 'United Arab Emirates',
'AD' => 'Andorra',
'AG' => 'Antigua and Barbuda',
'AF' => 'Afghanistan',
'AI' => 'Anguilla',
'VI' => 'U.S. Virgin Islands',
'IS' => 'Iceland',
'IR' => 'Iran',
'AM' => 'Armenia',
'AL' => 'Albania',
'AO' => 'Angola',
'AQ' => 'Antarctica',
'AS' => 'American Samoa',
'AR' => 'Argentina',
'AU' => 'Australia',
'AT' => 'Austria',
'AW' => 'Aruba',
'IN' => 'India',
'AX' => 'Aland Islands',
'AZ' => 'Azerbaijan',
'IE' => 'Ireland',
'ID' => 'Indonesia',
'UA' => 'Ukraine',
'QA' => 'Qatar',
'MZ' => 'Mozambique',
];
}
45 changes: 0 additions & 45 deletions tests/TwitterTypesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,28 +51,13 @@
->iPhoneApp('AppName', 'A1B2C3D4E5', 'https://app.domainname.com');
assertMatchesHtmlSnapshot((string) $og);

//With Wrong URL
$og = App::make('Title | Example')
->description('Description')
->site('@astrotomic_oss')
->iPhoneApp('AppName', 'A1B2C3D4E5', 'https:/app.domainname.com');
assertMatchesHtmlSnapshot((string) $og);

//With Correct Country
$og = App::make('Title | Example')
->description('Description')
->site('@astrotomic_oss')
->iPhoneApp('AppName', 'A1B2C3D4E5', 'https://app.domainname.com')
->country('HR');
assertMatchesHtmlSnapshot((string) $og);

//With Wrong Country
$og = App::make('Title | Example')
->description('Description')
->site('@astrotomic_oss')
->iPhoneApp('AppName', 'A1B2C3D4E5', 'https://app.domainname.com')
->country('CRO');
assertMatchesHtmlSnapshot((string) $og);
})->group('twitter', 'app');

it('can generate iPad app tags ', function () {
Expand All @@ -90,28 +75,13 @@
->iPadApp('AppName', 'A1B2C3D4E5', 'https://app.domainname.com');
assertMatchesHtmlSnapshot((string) $og);

//With Wrong URL
$og = App::make('Title | Example')
->description('Description')
->site('@astrotomic_oss')
->iPadApp('AppName', 'A1B2C3D4E5', 'https:/app.domainname.com');
assertMatchesHtmlSnapshot((string) $og);

//With Correct Country
$og = App::make('Title | Example')
->description('Description')
->site('@astrotomic_oss')
->iPadApp('AppName', 'A1B2C3D4E5', 'https://app.domainname.com')
->country('HR');
assertMatchesHtmlSnapshot((string) $og);

//With Wrong Country
$og = App::make('Title | Example')
->description('Description')
->site('@astrotomic_oss')
->iPadApp('AppName', 'A1B2C3D4E5', 'https://app.domainname.com')
->country('CRO');
assertMatchesHtmlSnapshot((string) $og);
})->group('twitter', 'app');

it('can generate Google Play app tags ', function () {
Expand All @@ -129,28 +99,13 @@
->googlePlayApp('AppName', 'id123456789', 'https://app.domainname.com');
assertMatchesHtmlSnapshot((string) $og);

//With Wrong URL
$og = App::make('Title | Example')
->description('Description')
->site('@astrotomic_oss')
->googlePlayApp('AppName', 'id123456789', 'https:/app.domainname.com');
assertMatchesHtmlSnapshot((string) $og);

//With Correct Country
$og = App::make('Title | Example')
->description('Description')
->site('@astrotomic_oss')
->googlePlayApp('AppName', 'id123456789', 'https://app.domainname.com')
->country('HR');
assertMatchesHtmlSnapshot((string) $og);

//With Wrong Country
$og = App::make('Title | Example')
->description('Description')
->site('@astrotomic_oss')
->googlePlayApp('AppName', 'id123456789', 'https://app.domainname.com')
->country('CRO');
assertMatchesHtmlSnapshot((string) $og);
})->group('twitter', 'app');

it('can generate combined app tags ', function () {
Expand Down

0 comments on commit 75a55e7

Please sign in to comment.