/**
  * {@inheritdoc}
  */
 protected function setUp()
 {
     $this->initClient([], array_replace($this->generateWsseAuthHeader(), ['CONTENT_TYPE' => 'application/vnd.api+json']));
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 protected function setUp()
 {
     $this->initClient([], $this->generateWsseAuthHeader());
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 protected function setUp()
 {
     $this->initClient([], array_replace($this->generateWsseAuthHeader(), ['CONTENT_TYPE' => 'application/vnd.api+json']));
     parent::setUp();
     $this->loadFixtures(['Oro\\Bundle\\ApiBundle\\Tests\\Functional\\DataFixtures\\LoadAuditData']);
 }