Open
Description
Fresh install out the box following the instructions, first one is in Tests/Controller/PageControllerTest.php on line 68, this line:
$this->assertEquals(
'{"children":{"title":[],"body":[]}}',
$this->client->getResponse()->getContent(),
$this->client->getResponse()->getContent()
);
should be this instead:
$this->assertEquals(
'{"children":{"title":{},"body":{}}}',
$this->client->getResponse()->getContent(),
$this->client->getResponse()->getContent()
);
Metadata
Metadata
Assignees
Labels
No labels