X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/3290ab3ac939cfdbc374163bd34566f93d9d8df6..refs/pull/3698/head:/tests/Commands/RegenerateReferencesCommandTest.php diff --git a/tests/Commands/RegenerateReferencesCommandTest.php b/tests/Commands/RegenerateReferencesCommandTest.php index 8906474af..27dde749b 100644 --- a/tests/Commands/RegenerateReferencesCommandTest.php +++ b/tests/Commands/RegenerateReferencesCommandTest.php @@ -23,10 +23,10 @@ class RegenerateReferencesCommandTest extends TestCase ->assertExitCode(0); $this->assertDatabaseHas('references', [ - 'from_id' => $page->id, + 'from_id' => $page->id, 'from_type' => $page->getMorphClass(), - 'to_id' => $book->id, - 'to_type' => $book->getMorphClass(), + 'to_id' => $book->id, + 'to_type' => $book->getMorphClass(), ]); } }