Phue\Test\Transport\Adapter\CurlTest::setUp PHP Method

setUp() public method

Set up
public setUp ( )
    public function setUp()
    {
        try {
            $this->curlAdapter = new CurlAdapter();
        } catch (\BadFunctionCallException $e) {
            $this->markTestSkipped($e->getMessage());
        }
    }