@@ -27,8 +27,8 @@ class EventTest extends TestCase
27
27
'postalCode ' => '06514 ' ,
28
28
],
29
29
],
30
- 'image ' => 'https://google.com/some_logo.png ' ,
31
- 'description ' => 'A description ' ,
30
+ 'image ' => 'https://google.com/some_logo.png ' ,
31
+ 'description ' => 'A description ' ,
32
32
];
33
33
34
34
/**
@@ -67,27 +67,27 @@ public function shouldHaveLocationObject()
67
67
], $ context ->getProperty ('location ' ));
68
68
}
69
69
70
- /**
71
- * @test
72
- */
73
- public function shouldHaveImage ()
74
- {
75
- $ context = $ this ->make ();
70
+ /**
71
+ * @test
72
+ */
73
+ public function shouldHaveImage ()
74
+ {
75
+ $ context = $ this ->make ();
76
76
77
- $ this ->assertEquals (
78
- 'https://google.com/some_logo.png '
79
- , $ context ->getProperty ('image ' ));
77
+ $ this ->assertEquals (
78
+ 'https://google.com/some_logo.png '
79
+ , $ context ->getProperty ('image ' ));
80
80
}
81
81
82
- /**
83
- * @test
84
- */
85
- public function shouldHaveDescription ()
86
- {
87
- $ context = $ this ->make ();
82
+ /**
83
+ * @test
84
+ */
85
+ public function shouldHaveDescription ()
86
+ {
87
+ $ context = $ this ->make ();
88
88
89
- $ this ->assertEquals (
90
- 'A description '
91
- , $ context ->getProperty ('description ' ));
92
- }
89
+ $ this ->assertEquals (
90
+ 'A description '
91
+ , $ context ->getProperty ('description ' ));
92
+ }
93
93
}
0 commit comments