trait
Illuminate
/
Testing
/
Fluent
/
Concerns
/
Debugging
Debugging
Methods
public
dump ( string $prop ) : $this
Dumps the given props.
Parameters
- $prop string|null
public
dd ( string $prop ) : never
Dumps the given props and exits.
Parameters
- $prop string|null
protected
abstract
prop ( string $key ) : mixed
Retrieve a prop within the current scope using "dot" notation.
Parameters
- $key string|null