PHPSpec2\Exception\Example\NotEqualException::__toString PHP Method

__toString() public method

public __toString ( )
    public function __toString()
    {
        return var_export(array($this->expected, $this->actual), true);
    }