Skip to content

33582: Eliminated AspectMock from MagentoTestCase.php #863

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prev Previous commit
Next Next commit
Merge branch 'develop' of github.com:magento/magento2-functional-test…
…ing-framework into improvement/mftf-33582-eliminate-aspect-mock-from-magento-test-case

# Conflicts:
#	dev/tests/unit/Util/MagentoTestCase.php
  • Loading branch information
anzin committed Aug 3, 2021
commit 9469dc16911efc20d059696f34b5d6928c45d9cc
2 changes: 1 addition & 1 deletion dev/tests/unit/Util/MagentoTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class MagentoTestCase extends TestCase
*/
public static function setUpBeforeClass(): void
{
if (!file_exists(DOCS_OUTPUT_DIR)) {
if (!self::fileExists(DOCS_OUTPUT_DIR)) {
mkdir(DOCS_OUTPUT_DIR, 0755, true);
}

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.