DirkGroenen\Pinterest\Tests\Endpoints\BoardsTest::setUp PHP 메소드

setUp() 공개 메소드

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