Example #1
0
 /**
  * @test
  */
 public function getHomepageForNonEmptyWwwReturnsWww()
 {
     $this->subject->setData(array('www' => 'http://www.doe.com'));
     self::assertSame('http://www.doe.com', $this->subject->getHomepage());
 }