/** * @param array $fixtures */ public function __construct(array $fixtures = []) { $this->fixtures = Map::fromArray($fixtures); }