Automattic\WP\Cron_Control\Tests\REST_API_Tests::assertResponseData PHP Method

assertResponseData() protected method

Ensure response includes the expected data
protected assertResponseData ( $data, $response )
    protected function assertResponseData($data, $response)
    {
        Utils::compare_arrays($data, $response->get_data(), $this);
    }