public function testGetBoardUrl() { $expectedURL = "https://phppulse.dapulse.com/boards/" . $this->id; $this->assertEquals($expectedURL, $this->board->getUrl()); }