Ejemplo n.º 1
0
 /**
  * @test
  *
  * @return void
  */
 public function testCanGetLinkParameter()
 {
     $this->fixture->setPublishDate(new \DateTime('2014-01-14'));
     $this->fixture->_setProperty('uid', 123);
     $this->assertEquals($this->fixture->getLinkParameter(), array('post' => '123', 'day' => '14', 'month' => '01', 'year' => '2014'));
 }