]> BookStack Code Mirror - bookstack/blobdiff - tests/Commands/UpdateUrlCommandTest.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / tests / Commands / UpdateUrlCommandTest.php
index 1353cf803652e55e20056c9757966e082b3c75b8..d336e05a2403b0317f533c7e806f566850a8ea74 100644 (file)
@@ -102,6 +102,7 @@ class UpdateUrlCommandTest extends TestCase
         setting()->flushCache();
 
         $this->assertDatabaseHas('page_revisions', [
+            'page_id' => $page->id,
             'markdown' => '[A link 1](https://cats.example.com/donkey/cat)',
             'html' => '<p id="bkmrk-a-link-1"><a href="https://cats.example.com/donkey/cat">A link 1</a></p>' . "\n"
         ]);