Exemplo n.º 1
0
 /**
  * @test
  */
 public function setExpectationsSetsExpectations()
 {
     $this->fixture->setExpectations('It\'s going to be nice.');
     self::assertEquals('It\'s going to be nice.', $this->fixture->getExpectations());
 }