Esempio n. 1
0
 public function testGetBoardDescription()
 {
     $expectedValue = "This is a static PulseBoard that PhpPulse will look for in its unit tests but will NOT modify.";
     $this->assertEquals($expectedValue, $this->board->getDescription());
 }