Skip to content
This repository was archived by the owner on Jan 11, 2026. It is now read-only.
This repository was archived by the owner on Jan 11, 2026. It is now read-only.

test case have a error #12

@jacky1982

Description

@jacky1982

public function testGetAllByKeyFiltered()
{
$data = $this->jsonStore->get("$..book[(@.code=='02.01')].category");
$expected = ["fiction", "fiction"];
$this->assertEquals($data, $expected);
}

$data = $this->jsonStore->get("$..book[?(@.code=='02.01')].category"); ? discard

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