/** * @test */ public function setStatusForIntegerSetsStatus() { $this->fixture->setStatus(12); $this->assertSame(12, $this->fixture->getStatus()); }