Пример #1
0
 /**
  * @covers ::getDescription
  */
 public function testGetDescription()
 {
     $this->assertSame('Het is vandaag woensdag.', $this->sut->getDescription());
 }