/** * Test if flashwidth can be set * * @test * @return void */ public function flashWidthCanBeSetTest() { $width = 100; $this->fixture->setFlashWidth($width); $this->assertEquals($width, $this->fixture->getFlashWidth()); }