/** * @test */ public function getColorIdReturnsInitialValueForString() { $this->assertSame('', $this->subject->getColorId()); }