[ 'a', 'b' ], 'value' => 1 ] ); $this->assertEquals( [ 'a', 'b' ], $s->getLabels() ); $this->assertSame( 1.0, $s->getValue() ); } }