Exemplo n.º 1
0
 /**
  * @test
  */
 public function setBackgroundKnowledgeSetsBackgroundKnowledge()
 {
     $this->fixture->setBackgroundKnowledge('Unit Testing');
     self::assertEquals('Unit Testing', $this->fixture->getBackgroundKnowledge());
 }