@@ -19,14 +19,14 @@ class Organization2ContactsTest extends TestCase
19
19
],
20
20
'logo ' => 'https://google.com/thumbnail1.jpg ' ,
21
21
'contactPoint ' => [
22
- ['@type ' => 'contactPoint ' ,
22
+ ['@type ' => 'contactPoint ' ,
23
23
'telephone ' => '18008888888 ' ,
24
24
'contactType ' => 'customer service ' ,
25
- ],
26
- ['@type ' => 'contactPoint ' ,
25
+ ],
26
+ ['@type ' => 'contactPoint ' ,
27
27
'telephone ' => '18009999999 ' ,
28
28
'contactType ' => 'sales ' ,
29
- ],
29
+ ],
30
30
],
31
31
];
32
32
@@ -37,16 +37,15 @@ public function shouldHave2ContactsArray()
37
37
{
38
38
$ context = $ this ->make ();
39
39
40
- $ this ->assertEquals ([
41
- '@type ' => 'ContactPoint ' ,
42
- 'telephone ' => '18008888888 ' ,
43
- 'contactType ' => 'customer service ' ,
44
- ], $ context ->getProperty ('contactPoint ' )[0 ]);
45
- $ this ->assertEquals ([
46
- '@type ' => 'ContactPoint ' ,
47
- 'telephone ' => '18009999999 ' ,
48
- 'contactType ' => 'sales ' ,
49
- ], $ context ->getProperty ('contactPoint ' )[1 ]);
40
+ $ this ->assertEquals ([
41
+ '@type ' => 'ContactPoint ' ,
42
+ 'telephone ' => '18008888888 ' ,
43
+ 'contactType ' => 'customer service ' ,
44
+ ], $ context ->getProperty ('contactPoint ' )[0 ]);
45
+ $ this ->assertEquals ([
46
+ '@type ' => 'ContactPoint ' ,
47
+ 'telephone ' => '18009999999 ' ,
48
+ 'contactType ' => 'sales ' ,
49
+ ], $ context ->getProperty ('contactPoint ' )[1 ]);
50
50
}
51
-
52
51
}
0 commit comments