Google\Cloud\Tests\Vision\Connection\RestTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->requestWrapper = $this->prophesize(RequestWrapper::class);
        $this->successBody = '{"canI":"kickIt"}';
    }