Esempio n. 1
0
 /**
  * @test
  */
 public function setBouncedForBooleanSetsBounced()
 {
     $this->fixture->setBounced(TRUE);
     $this->assertSame(TRUE, $this->fixture->getBounced());
 }