Fatal error: Class 'CodeceptionPlatformExtension' not found. Issue occurred after magento 2.3.0 upgrade to 2.3.1Fatal error “Call to undefined function” with __() when running unit test in magento2Run Grunt deploy task -> Fatal error: Class 'Locale' not foundFatal error: Class 'Locale' not found magento 2.0.2Fatal error: Uncaught Error: Class 'Cli' not foundMagento 2 PHP Fatal error: Class not found when compilingMagento 2 - PHP fatal errorFatal error: Uncaught RuntimeException:Magento2: Fatal error: Uncaught Error: Cannot instantiate interfaceGetting Fatal error: Class 'IntlDateFormatter' not found in Magento2Overriding the contact form module gets the fatal error in Magento2.2.5?
Sci-fi novel series with instant travel between planets through gates. A river runs through the gates
Find the coordinate of two line segments that are perpendicular
Is it possible to Ready a spell to be cast just before the start of your next turn by having the trigger be an ally's attack?
Phrase for the opposite of "foolproof"
Pressure to defend the relevance of one's area of mathematics
What is the strongest case that can be made in favour of the UK regaining some control over fishing policy after Brexit?
Stark VS Thanos
How can Republicans who favour free markets, consistently express anger when they don't like the outcome of that choice?
How to create an ad-hoc wireless network in Ubuntu
How to stop co-workers from teasing me because I know Russian?
What does 「再々起」mean?
Why is the origin of “threshold” uncertain?
How can I get precisely a certain cubic cm by changing the following factors?
Is it cheaper to drop cargo drop than to land it?
Are Boeing 737-800’s grounded?
Is creating your own "experiment" considered cheating during a physics exam?
Does jamais mean always or never in this context?
Colliding particles and Activation energy
What does YCWCYODFTRFDTY mean?
What is the range of this combined function?
In gnome-terminal only 2 out of 3 zoom keys work
Transfer over $10k
Please, smoke with good manners
How does a Swashbuckler rogue "fight with two weapons while safely darting away"?
Fatal error: Class 'CodeceptionPlatformExtension' not found. Issue occurred after magento 2.3.0 upgrade to 2.3.1
Fatal error “Call to undefined function” with __() when running unit test in magento2Run Grunt deploy task -> Fatal error: Class 'Locale' not foundFatal error: Class 'Locale' not found magento 2.0.2Fatal error: Uncaught Error: Class 'Cli' not foundMagento 2 PHP Fatal error: Class not found when compilingMagento 2 - PHP fatal errorFatal error: Uncaught RuntimeException:Magento2: Fatal error: Uncaught Error: Cannot instantiate interfaceGetting Fatal error: Class 'IntlDateFormatter' not found in Magento2Overriding the contact form module gets the fatal error in Magento2.2.5?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Preconditions (*)
- 1.Magento 2.3.1 upgraded from Magento 2.3.0
- Php 7.2.15
- OS : Ubuntu 18.04 Bionic
- Phpstorm 2019.1.1
- Evnironemnt : Magento development
Steps to reproduce (*)
- Issue appears after upgrading magento from 2.3.0 to 2.3.1 and run below commands.
- bin/magento dev:tests:run unit
- vendor/phpunit/phpunit/phpunit -c dev/tests/unit/phpunit.xml.dist.
- Above commands will work if version 2.3.0 is installed directly and also for 2.3.1 if installed directly.
These commands should run unit test on entire magento project not just on one mdoule.
Error (*)
Fatal error: Class 'CodeceptionPlatformExtension' not found in /var/www/html/magento23demo/vendor/allure-framework/allure-codeception/src/Yandex/Allure/Adapter/AllureAdapter.php on line 49
Please note I can't find PlatformExtension codeception library in vendor folder.
magento2 magento2.3 magento-community unit-tests phpstorm
add a comment |
Preconditions (*)
- 1.Magento 2.3.1 upgraded from Magento 2.3.0
- Php 7.2.15
- OS : Ubuntu 18.04 Bionic
- Phpstorm 2019.1.1
- Evnironemnt : Magento development
Steps to reproduce (*)
- Issue appears after upgrading magento from 2.3.0 to 2.3.1 and run below commands.
- bin/magento dev:tests:run unit
- vendor/phpunit/phpunit/phpunit -c dev/tests/unit/phpunit.xml.dist.
- Above commands will work if version 2.3.0 is installed directly and also for 2.3.1 if installed directly.
These commands should run unit test on entire magento project not just on one mdoule.
Error (*)
Fatal error: Class 'CodeceptionPlatformExtension' not found in /var/www/html/magento23demo/vendor/allure-framework/allure-codeception/src/Yandex/Allure/Adapter/AllureAdapter.php on line 49
Please note I can't find PlatformExtension codeception library in vendor folder.
magento2 magento2.3 magento-community unit-tests phpstorm
2
this might help you stackoverflow.com/questions/49059726/…
– magefms
Apr 18 at 3:47
@magefms Lookslike its Codeception Framework library issue with magento 2.3 not a phpstorm compatibility issue at this point since I ran the unit test from console and got the same message.vendor/phpunit/phpunit/phpunit -c dev/tests/unit/phpunit.xml.dist
– FarhanS
Apr 18 at 4:52
I see, found another one which I think a slightly related to your issue github.com/lucatume/wp-browser/issues/42
– magefms
Apr 18 at 5:10
I am getting the same issue.
– Saphal Jha
Apr 22 at 9:50
add a comment |
Preconditions (*)
- 1.Magento 2.3.1 upgraded from Magento 2.3.0
- Php 7.2.15
- OS : Ubuntu 18.04 Bionic
- Phpstorm 2019.1.1
- Evnironemnt : Magento development
Steps to reproduce (*)
- Issue appears after upgrading magento from 2.3.0 to 2.3.1 and run below commands.
- bin/magento dev:tests:run unit
- vendor/phpunit/phpunit/phpunit -c dev/tests/unit/phpunit.xml.dist.
- Above commands will work if version 2.3.0 is installed directly and also for 2.3.1 if installed directly.
These commands should run unit test on entire magento project not just on one mdoule.
Error (*)
Fatal error: Class 'CodeceptionPlatformExtension' not found in /var/www/html/magento23demo/vendor/allure-framework/allure-codeception/src/Yandex/Allure/Adapter/AllureAdapter.php on line 49
Please note I can't find PlatformExtension codeception library in vendor folder.
magento2 magento2.3 magento-community unit-tests phpstorm
Preconditions (*)
- 1.Magento 2.3.1 upgraded from Magento 2.3.0
- Php 7.2.15
- OS : Ubuntu 18.04 Bionic
- Phpstorm 2019.1.1
- Evnironemnt : Magento development
Steps to reproduce (*)
- Issue appears after upgrading magento from 2.3.0 to 2.3.1 and run below commands.
- bin/magento dev:tests:run unit
- vendor/phpunit/phpunit/phpunit -c dev/tests/unit/phpunit.xml.dist.
- Above commands will work if version 2.3.0 is installed directly and also for 2.3.1 if installed directly.
These commands should run unit test on entire magento project not just on one mdoule.
Error (*)
Fatal error: Class 'CodeceptionPlatformExtension' not found in /var/www/html/magento23demo/vendor/allure-framework/allure-codeception/src/Yandex/Allure/Adapter/AllureAdapter.php on line 49
Please note I can't find PlatformExtension codeception library in vendor folder.
magento2 magento2.3 magento-community unit-tests phpstorm
magento2 magento2.3 magento-community unit-tests phpstorm
edited 2 mins ago
FarhanS
asked Apr 18 at 3:42
FarhanSFarhanS
585
585
2
this might help you stackoverflow.com/questions/49059726/…
– magefms
Apr 18 at 3:47
@magefms Lookslike its Codeception Framework library issue with magento 2.3 not a phpstorm compatibility issue at this point since I ran the unit test from console and got the same message.vendor/phpunit/phpunit/phpunit -c dev/tests/unit/phpunit.xml.dist
– FarhanS
Apr 18 at 4:52
I see, found another one which I think a slightly related to your issue github.com/lucatume/wp-browser/issues/42
– magefms
Apr 18 at 5:10
I am getting the same issue.
– Saphal Jha
Apr 22 at 9:50
add a comment |
2
this might help you stackoverflow.com/questions/49059726/…
– magefms
Apr 18 at 3:47
@magefms Lookslike its Codeception Framework library issue with magento 2.3 not a phpstorm compatibility issue at this point since I ran the unit test from console and got the same message.vendor/phpunit/phpunit/phpunit -c dev/tests/unit/phpunit.xml.dist
– FarhanS
Apr 18 at 4:52
I see, found another one which I think a slightly related to your issue github.com/lucatume/wp-browser/issues/42
– magefms
Apr 18 at 5:10
I am getting the same issue.
– Saphal Jha
Apr 22 at 9:50
2
2
this might help you stackoverflow.com/questions/49059726/…
– magefms
Apr 18 at 3:47
this might help you stackoverflow.com/questions/49059726/…
– magefms
Apr 18 at 3:47
@magefms Lookslike its Codeception Framework library issue with magento 2.3 not a phpstorm compatibility issue at this point since I ran the unit test from console and got the same message.
vendor/phpunit/phpunit/phpunit -c dev/tests/unit/phpunit.xml.dist
– FarhanS
Apr 18 at 4:52
@magefms Lookslike its Codeception Framework library issue with magento 2.3 not a phpstorm compatibility issue at this point since I ran the unit test from console and got the same message.
vendor/phpunit/phpunit/phpunit -c dev/tests/unit/phpunit.xml.dist
– FarhanS
Apr 18 at 4:52
I see, found another one which I think a slightly related to your issue github.com/lucatume/wp-browser/issues/42
– magefms
Apr 18 at 5:10
I see, found another one which I think a slightly related to your issue github.com/lucatume/wp-browser/issues/42
– magefms
Apr 18 at 5:10
I am getting the same issue.
– Saphal Jha
Apr 22 at 9:50
I am getting the same issue.
– Saphal Jha
Apr 22 at 9:50
add a comment |
1 Answer
1
active
oldest
votes
looks like there is a missing dependency.
Running composer install
should resolve the issue.
It's working for me.
Hi @Saphal Jha. It didn't work for me. Which magento and php version are you using and which command did use for the test.
– FarhanS
4 hours ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f270555%2ffatal-error-class-codeception-platform-extension-not-found-issue-occurred-af%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
looks like there is a missing dependency.
Running composer install
should resolve the issue.
It's working for me.
Hi @Saphal Jha. It didn't work for me. Which magento and php version are you using and which command did use for the test.
– FarhanS
4 hours ago
add a comment |
looks like there is a missing dependency.
Running composer install
should resolve the issue.
It's working for me.
Hi @Saphal Jha. It didn't work for me. Which magento and php version are you using and which command did use for the test.
– FarhanS
4 hours ago
add a comment |
looks like there is a missing dependency.
Running composer install
should resolve the issue.
It's working for me.
looks like there is a missing dependency.
Running composer install
should resolve the issue.
It's working for me.
answered Apr 23 at 7:22
Saphal JhaSaphal Jha
703516
703516
Hi @Saphal Jha. It didn't work for me. Which magento and php version are you using and which command did use for the test.
– FarhanS
4 hours ago
add a comment |
Hi @Saphal Jha. It didn't work for me. Which magento and php version are you using and which command did use for the test.
– FarhanS
4 hours ago
Hi @Saphal Jha. It didn't work for me. Which magento and php version are you using and which command did use for the test.
– FarhanS
4 hours ago
Hi @Saphal Jha. It didn't work for me. Which magento and php version are you using and which command did use for the test.
– FarhanS
4 hours ago
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f270555%2ffatal-error-class-codeception-platform-extension-not-found-issue-occurred-af%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
this might help you stackoverflow.com/questions/49059726/…
– magefms
Apr 18 at 3:47
@magefms Lookslike its Codeception Framework library issue with magento 2.3 not a phpstorm compatibility issue at this point since I ran the unit test from console and got the same message.
vendor/phpunit/phpunit/phpunit -c dev/tests/unit/phpunit.xml.dist
– FarhanS
Apr 18 at 4:52
I see, found another one which I think a slightly related to your issue github.com/lucatume/wp-browser/issues/42
– magefms
Apr 18 at 5:10
I am getting the same issue.
– Saphal Jha
Apr 22 at 9:50