readTestImage('tile.png'); $analyzer = new ProfileAnalyzer(); $analyzer->setDriver(new Driver()); $this->expectException(ColorException::class); $analyzer->analyze($image); } }