Exemplo n.º 1
0
 /**
  * @test
  */
 public function setSeatsWithPositiveSeatsSetsSeats()
 {
     $this->fixture->setSeats(42);
     self::assertSame(42, $this->fixture->getSeats());
 }