Ejemplo n.º 1
0
 /**
  * @test
  *
  * @return void
  */
 public function testPublishDateMethods()
 {
     $this->fixture->setPublishDate(new \DateTime('2014-01-14'));
     $this->assertSame('2014', $this->fixture->getPublishYear());
     $this->assertSame('01', $this->fixture->getPublishMonth());
     $this->assertSame('14', $this->fixture->getPublishDay());
 }