DirkGroenen\Pinterest\Tests\Endpoints\BoardsTest::setUp PHP Method

setUp() public method

Setup a new instance of the Pinterest class
public setUp ( ) : void
return void
    public function setUp()
    {
        $curlbuilder = CurlBuilderMock::create($this);
        // Setup Pinterest
        $this->pinterest = new Pinterest("0", "0", $curlbuilder);
        $this->pinterest->auth->setOAuthToken("0");
    }