Skip to content

Running phpunit test errors #14

Open
@tolstoyleo

Description

@tolstoyleo

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions