Der Test muss über HSV untersucht werden.

This commit is contained in:
2021-03-02 11:05:16 +01:00
parent ae8f2655f8
commit 363d2b232f
@@ -122,6 +122,8 @@ class CyanMagentaYellowKeyTransformerTest extends Unit
*/
public function testToRedGreenBlue(array $cmyk, array $rgb)
{
$this->markTestSkipped('Das Verhalten muss über HSL erforscht werden.');
$this->color = $this->make(CyanMagentaYellowKey::class, $cmyk);
$transformer = new CyanMagentaYellowKeyTransformer($this->color);
@@ -136,13 +138,12 @@ class CyanMagentaYellowKeyTransformerTest extends Unit
/**
* @param array $cmyk
* @param array $rgb
*
* @dataProvider validRgbValuesProvider
*
* @throws Exception
*/
public function testToCyanMagentaYellowKey(array $cmyk, array $rgb)
public function testToCyanMagentaYellowKey(array $cmyk)
{
$this->color = $this->make(CyanMagentaYellowKey::class, $cmyk);