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()
42
42
public function shouldShowWiki ()
43
43
{
44
44
$ expectedArray = [
45
- "slug " => "Test-Wiki " ,
46
- "title " => "Test Wiki " ,
45
+ "slug " => "Test-Wiki " ,
46
+ "title " => "Test Wiki " ,
47
47
"format " => "markdown "
48
48
];
49
49
@@ -62,8 +62,8 @@ public function shouldShowWiki()
62
62
public function shouldShowAllWiki ()
63
63
{
64
64
$ expectedArray = [
65
- "slug " => "Test-Wiki " ,
66
- "title " => "Test Wiki " ,
65
+ "slug " => "Test-Wiki " ,
66
+ "title " => "Test Wiki " ,
67
67
"format " => "markdown "
68
68
];
69
69
@@ -83,9 +83,9 @@ public function shouldShowAllWiki()
83
83
public function shouldUpdateWiki ()
84
84
{
85
85
$ expectedArray = [
86
- 'slug ' => 'Test-Wiki ' ,
87
- 'title ' => 'Test Wiki ' ,
88
- "format " => "markdown " ,
86
+ 'slug ' => 'Test-Wiki ' ,
87
+ 'title ' => 'Test Wiki ' ,
88
+ "format " => "markdown " ,
89
89
"content " => "This is the test Wiki that has been updated "
90
90
];
91
91
You can’t perform that action at this time.
0 commit comments