Example #1
0
 /**
  * @covers ::isPublished
  */
 public function testIsPublished()
 {
     $this->assertTrue($this->sut->isPublished());
 }