Skip to content

Commit 379f63f

Browse files
author
Luc Morin
committed
fix(php code standard): Fix the code standard on the test file.
1 parent d87981d commit 379f63f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/Gitlab/Tests/Api/WikiTest.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)