Eloquent\Phony\Mock\Method\WrappedTraitMethod::traitName PHP Method

traitName() public method

Get the trait name.
public traitName ( ) : string
return string The trait name.
    public function traitName()
    {
        return $this->traitName;
    }