Commit 4e0ca3d7 authored by cygnet's avatar cygnet

changes due to rebase

parent 7967d475
...@@ -134,6 +134,7 @@ class PageTest extends TestCase ...@@ -134,6 +134,7 @@ class PageTest extends TestCase
/** @test */ /** @test */
public function create_a_new_page_in_db_and_get_response() public function create_a_new_page_in_db_and_get_response()
{ {
$page = make(Page::class); $page = make(Page::class);
$payload = [ $payload = [
"title" => $page->title, "title" => $page->title,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment