File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ public function shouldCreateWiki()
4242 public function shouldShowWiki ()
4343 {
4444 $ expectedArray = [
45- "slug " => "Test-Wiki " ,
46- "title " => "Test Wiki " ,
45+ "slug " => "Test-Wiki " ,
46+ "title " => "Test Wiki " ,
4747 "format " => "markdown "
4848 ];
4949
@@ -62,8 +62,8 @@ public function shouldShowWiki()
6262 public function shouldShowAllWiki ()
6363 {
6464 $ expectedArray = [
65- "slug " => "Test-Wiki " ,
66- "title " => "Test Wiki " ,
65+ "slug " => "Test-Wiki " ,
66+ "title " => "Test Wiki " ,
6767 "format " => "markdown "
6868 ];
6969
@@ -83,9 +83,9 @@ public function shouldShowAllWiki()
8383 public function shouldUpdateWiki ()
8484 {
8585 $ expectedArray = [
86- 'slug ' => 'Test-Wiki ' ,
87- 'title ' => 'Test Wiki ' ,
88- "format " => "markdown " ,
86+ 'slug ' => 'Test-Wiki ' ,
87+ 'title ' => 'Test Wiki ' ,
88+ "format " => "markdown " ,
8989 "content " => "This is the test Wiki that has been updated "
9090 ];
9191
You can’t perform that action at this time.
0 commit comments