File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -38,19 +38,19 @@ public function shouldHaveContactPointObject()
38
38
], $ context ->getProperty ('contactPoint ' ));
39
39
}
40
40
41
- /**
42
- * @test
43
- */
44
- public function shouldHaveAddressArray ()
45
- {
46
- $ context = $ this ->make ();
47
-
48
- $ this ->assertEquals ([
49
- '@type ' => 'PostalAddress ' ,
50
- 'streetAddress ' => '112 Apple St. ' ,
51
- 'addressLocality ' => 'Hamden ' ,
52
- 'addressRegion ' => 'CT ' ,
53
- 'postalCode ' => '06514 ' ,
54
- ], $ context ->getProperty ('address ' ));
41
+ /**
42
+ * @test
43
+ */
44
+ public function shouldHaveAddressArray ()
45
+ {
46
+ $ context = $ this ->make ();
47
+
48
+ $ this ->assertEquals ([
49
+ '@type ' => 'PostalAddress ' ,
50
+ 'streetAddress ' => '112 Apple St. ' ,
51
+ 'addressLocality ' => 'Hamden ' ,
52
+ 'addressRegion ' => 'CT ' ,
53
+ 'postalCode ' => '06514 ' ,
54
+ ], $ context ->getProperty ('address ' ));
55
55
}
56
56
}
You can’t perform that action at this time.
0 commit comments