setUpDefaultGetHeaders(); } /** @test */ public function it_gets_attribute_value(): void { $fixtures = $this->loadFixturesFromFiles(['channel/channel.yaml', 'product/product_attribute.yaml']); $attributeValue = $fixtures['product_attribute_value_checkbox']; $this->requestGet('/api/v2/shop/product-attribute-values/' . $attributeValue->getId()); $this->assertResponse($this->client->getResponse(), 'shop/product_attribute/get_product_attribute_value'); } }