Example #1
0
 /**
  * @covers ::getSummary
  */
 public function testGetSummary()
 {
     $this->assertSame('De gekste!', $this->sut->getSummary());
 }
Example #2
0
 /**
  * @covers ::getSummary
  */
 public function testGetSummary()
 {
     $this->assertSame('Damsko, jeweet.', $this->sut->getSummary());
 }