Skip to content

Commit 0c96c62

Browse files
author
klezaic
committed
Code formatting fix
1 parent 2ddb6d9 commit 0c96c62

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

tests/TwitterTypesTest.php

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,37 +42,37 @@
4242
->description('Description')
4343
->site('@astrotomic_oss')
4444
->iPhoneApp('AppName', 'A1B2C3D4E5');
45-
assertMatchesHtmlSnapshot((string)$og);
45+
assertMatchesHtmlSnapshot((string) $og);
4646

4747
//With Correct URL
4848
$og = App::make('Title | Example')
4949
->description('Description')
5050
->site('@astrotomic_oss')
5151
->iPhoneApp('AppName', 'A1B2C3D4E5', 'https://app.domainname.com');
52-
assertMatchesHtmlSnapshot((string)$og);
52+
assertMatchesHtmlSnapshot((string) $og);
5353

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

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

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

7878
it('can generate iPad app tags ', function () {
@@ -81,37 +81,37 @@
8181
->description('Description')
8282
->site('@astrotomic_oss')
8383
->iPadApp('AppName', 'A1B2C3D4E5');
84-
assertMatchesHtmlSnapshot((string)$og);
84+
assertMatchesHtmlSnapshot((string) $og);
8585

8686
//With Correct URL
8787
$og = App::make('Title | Example')
8888
->description('Description')
8989
->site('@astrotomic_oss')
9090
->iPadApp('AppName', 'A1B2C3D4E5', 'https://app.domainname.com');
91-
assertMatchesHtmlSnapshot((string)$og);
91+
assertMatchesHtmlSnapshot((string) $og);
9292

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

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

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

117117
it('can generate Google Play app tags ', function () {
@@ -120,37 +120,37 @@
120120
->description('Description')
121121
->site('@astrotomic_oss')
122122
->googlePlayApp('AppName', 'id123456789');
123-
assertMatchesHtmlSnapshot((string)$og);
123+
assertMatchesHtmlSnapshot((string) $og);
124124

125125
//With Correct URL
126126
$og = App::make('Title | Example')
127127
->description('Description')
128128
->site('@astrotomic_oss')
129129
->googlePlayApp('AppName', 'id123456789', 'https://app.domainname.com');
130-
assertMatchesHtmlSnapshot((string)$og);
130+
assertMatchesHtmlSnapshot((string) $og);
131131

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

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

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

156156
it('can generate combined app tags ', function () {
@@ -161,5 +161,5 @@
161161
->iPhoneApp('AppName', 'A1B2C3D4E5', 'https://app.domainname.com')
162162
->googlePlayApp('AppName', 'id123456789', 'https://app.domainname.com')
163163
->country('HR');
164-
assertMatchesHtmlSnapshot((string)$og);
164+
assertMatchesHtmlSnapshot((string) $og);
165165
})->group('twitter', 'app');

0 commit comments

Comments
 (0)