Skip to content

Commit c5799ca

Browse files
committed
MC-42008: Problem with customer API route
1 parent 6be3a84 commit c5799ca

File tree

1 file changed

+7
-0
lines changed
  • dev/tests/api-functional/framework/Magento/TestFramework/TestCase/HttpClient

1 file changed

+7
-0
lines changed

dev/tests/api-functional/framework/Magento/TestFramework/TestCase/HttpClient/CurlClient.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ public function __destruct()
2020
}
2121
}
2222

23+
public function __construct()
24+
{
25+
if (!file_exists(TESTS_TEMP_DIR)) {
26+
mkdir(TESTS_TEMP_DIR);
27+
}
28+
}
29+
2330
/**
2431
* Perform HTTP GET request
2532
*

0 commit comments

Comments
 (0)