Lggr
Static Public Member Functions | List of all members
PHPUnit\Framework\Constraint\JsonMatchesErrorMessageProvider Class Reference

Static Public Member Functions

static determineJsonError ($error, $prefix='')
 
static translateTypeToPrefix ($type)
 

Detailed Description

Provides human readable messages for each JSON error.

Member Function Documentation

◆ determineJsonError()

static PHPUnit\Framework\Constraint\JsonMatchesErrorMessageProvider::determineJsonError (   $error,
  $prefix = '' 
)
static

Translates JSON error to a human readable string.

Parameters
string$error
string$prefix
Returns
string

◆ translateTypeToPrefix()

static PHPUnit\Framework\Constraint\JsonMatchesErrorMessageProvider::translateTypeToPrefix (   $type)
static

Translates a given type to a human readable message prefix.

Parameters
string$type
Returns
string

The documentation for this class was generated from the following file: