From: Dan Brown Date: Sat, 25 Jun 2022 13:27:32 +0000 (+0100) Subject: Applied StyleCI changes X-Git-Tag: v22.06.1~1^2~1 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/107df6c28f88f857946ad6751065334c264ada84 Applied StyleCI changes --- diff --git a/tests/Entity/BookTest.php b/tests/Entity/BookTest.php index 285769b73..6b3c6aa38 100644 --- a/tests/Entity/BookTest.php +++ b/tests/Entity/BookTest.php @@ -54,17 +54,17 @@ class BookTest extends TestCase { // Cheeky initial update to refresh slug $this->asEditor()->post('books', [ - 'name' => 'My book with tags', + 'name' => 'My book with tags', 'description' => 'A book with tags', - 'tags' => [ + 'tags' => [ [ - 'name' => 'Category', + 'name' => 'Category', 'value' => 'Donkey Content', ], [ - 'name' => 'Level', + 'name' => 'Level', 'value' => '5', - ] + ], ], ]); @@ -113,13 +113,13 @@ class BookTest extends TestCase 'name' => $book->name, 'tags' => [ [ - 'name' => 'Category', + 'name' => 'Category', 'value' => 'Dolphin Content', ], [ - 'name' => 'Level', + 'name' => 'Level', 'value' => '5', - ] + ], ], ]);