PHPUnit_Framework_ComparisonFailure::getExpected PHP Method

getExpected() public method

public getExpected ( ) : mixed
return mixed
    public function getExpected()
    {
        return $this->expected;
    }