메소드 |
설명 |
|
__construct ( array $config = [] ) |
The Constructor. |
|
add ( $type, array $data = [] ) |
Adds an expectation report and emits a report event. |
|
backtrace ( $backtrace = [] ) : array |
Gets the backtrace related to the report. |
|
children ( ) : array |
Gets all executed expectations reports. |
|
data ( ) : array |
Gets the matcher data. |
|
description ( ) : string |
Gets the matcher description result. |
|
exception ( $exception = null ) : object |
Gets the exception related to the report. |
|
file ( ) : array |
Gets file path related to the report. |
|
line ( ) : array |
Gets line related to the report. |
|
matcher ( ) : string |
Gets the matcher class name related to the report. |
|
matcherName ( ) : string |
Gets the matcher name related to the report. |
|
messages ( ) : array |
Gets the scope related messages. |
|
not ( ) : string |
Gets the not boolean. |
|
passed ( ) : boolean |
Return the state of the log. |
|
scope ( ) : object |
Gets the scope context of the report. |
|
type ( $type = null ) : string |
Gets the type of the report. |
|