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

testFromBoard() public method

public testFromBoard ( )
    public function testFromBoard()
    {
        $response = $this->pinterest->pins->fromBoard("503066289565421201");
        $this->assertInstanceOf("DirkGroenen\\Pinterest\\Models\\Collection", $response);
        $this->assertInstanceOf("DirkGroenen\\Pinterest\\Models\\Pin", $response->get(0));
    }