Exemplo n.º 1
0
 /**
  * @test
  */
 public function getRoomReturnsInitialValueForRoom()
 {
     $this->assertEquals(NULL, $this->subject->getRoom());
 }