Пример #1
0
 /**
  * @covers ::getSummary
  */
 public function testGetSummary()
 {
     $this->assertSame('A story about foo to the bar.', $this->sut->getSummary());
 }