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

testEdit() public method

public testEdit ( )
    public function testEdit()
    {
        $response = $this->pinterest->boards->edit("503066289565421201", array("name" => "Test board from API"));
        $this->assertInstanceOf("DirkGroenen\\Pinterest\\Models\\Board", $response);
        $this->assertEquals($response->id, "503066289565421205");
    }