Exemplo n.º 1
0
 /**
  * @test
  */
 public function setKnownFromSetsKnownFrom()
 {
     $this->fixture->setKnownFrom('Google');
     self::assertEquals('Google', $this->fixture->getKnownFrom());
 }