Exemplo n.º 1
0
 /**
  * @test
  */
 public function setInterestsSetsInterests()
 {
     $this->fixture->setInterests('TYPO3');
     self::assertEquals('TYPO3', $this->fixture->getInterests());
 }