Exemplo n.º 1
0
 /**
  * @test
  */
 public function setFlatForIntegerSetsFlat()
 {
     $this->fixture->setFlat(12);
     $this->assertSame(12, $this->fixture->getFlat());
 }