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

testGet() public method

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