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

testGet() public method

public testGet ( )
    public function testGet()
    {
        $response = $this->pinterest->boards->get("503066289565421201");
        $this->assertInstanceOf("DirkGroenen\\Pinterest\\Models\\Board", $response);
        $this->assertEquals($response->id, "503066289565421201");
    }