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

testDelete() public method

public testDelete ( )
    public function testDelete()
    {
        $response = $this->pinterest->boards->delete("503066289565421205");
        $this->assertTrue($response);
    }