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;








2















Preconditions (*)



  1. 1.Magento 2.3.1 upgraded from Magento 2.3.0

  2. Php 7.2.15

  3. OS : Ubuntu 18.04 Bionic

  4. Phpstorm 2019.1.1

  5. Evnironemnt : Magento development

Steps to reproduce (*)



  1. Issue appears after upgrading magento from 2.3.0 to 2.3.1 and run below commands.

  2. bin/magento dev:tests:run unit

  3. vendor/phpunit/phpunit/phpunit -c dev/tests/unit/phpunit.xml.dist.

  4. 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.










share|improve this question



















  • 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















Preconditions (*)



  1. 1.Magento 2.3.1 upgraded from Magento 2.3.0

  2. Php 7.2.15

  3. OS : Ubuntu 18.04 Bionic

  4. Phpstorm 2019.1.1

  5. Evnironemnt : Magento development

Steps to reproduce (*)



  1. Issue appears after upgrading magento from 2.3.0 to 2.3.1 and run below commands.

  2. bin/magento dev:tests:run unit

  3. vendor/phpunit/phpunit/phpunit -c dev/tests/unit/phpunit.xml.dist.

  4. 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.










share|improve this question



















  • 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








2


0






Preconditions (*)



  1. 1.Magento 2.3.1 upgraded from Magento 2.3.0

  2. Php 7.2.15

  3. OS : Ubuntu 18.04 Bionic

  4. Phpstorm 2019.1.1

  5. Evnironemnt : Magento development

Steps to reproduce (*)



  1. Issue appears after upgrading magento from 2.3.0 to 2.3.1 and run below commands.

  2. bin/magento dev:tests:run unit

  3. vendor/phpunit/phpunit/phpunit -c dev/tests/unit/phpunit.xml.dist.

  4. 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.










share|improve this question
















Preconditions (*)



  1. 1.Magento 2.3.1 upgraded from Magento 2.3.0

  2. Php 7.2.15

  3. OS : Ubuntu 18.04 Bionic

  4. Phpstorm 2019.1.1

  5. Evnironemnt : Magento development

Steps to reproduce (*)



  1. Issue appears after upgrading magento from 2.3.0 to 2.3.1 and run below commands.

  2. bin/magento dev:tests:run unit

  3. vendor/phpunit/phpunit/phpunit -c dev/tests/unit/phpunit.xml.dist.

  4. 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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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












  • 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










1 Answer
1






active

oldest

votes


















0














looks like there is a missing dependency.



Running composer install should resolve the issue.



It's working for me.






share|improve this answer























  • 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











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
);



);













draft saved

draft discarded


















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









0














looks like there is a missing dependency.



Running composer install should resolve the issue.



It's working for me.






share|improve this answer























  • 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















0














looks like there is a missing dependency.



Running composer install should resolve the issue.



It's working for me.






share|improve this answer























  • 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













0












0








0







looks like there is a missing dependency.



Running composer install should resolve the issue.



It's working for me.






share|improve this answer













looks like there is a missing dependency.



Running composer install should resolve the issue.



It's working for me.







share|improve this answer












share|improve this answer



share|improve this answer










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

















  • 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

















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Can not update quote_id field of “quote_item” table magento 2Magento 2.1 - We can't remove the item. (Shopping Cart doesnt allow us to remove items before becomes empty)Add value for custom quote item attribute using REST apiREST API endpoint v1/carts/cartId/items always returns error messageCorrect way to save entries to databaseHow to remove all associated quote objects of a customer completelyMagento 2 - Save value from custom input field to quote_itemGet quote_item data using quote id and product id filter in Magento 2How to set additional data to quote_item table from controller in Magento 2?What is the purpose of additional_data column in quote_item table in magento2Set Custom Price to Quote item magento2 from controller

Magento 2 disable Secret Key on URL's from terminal The Next CEO of Stack OverflowMagento 2 Shortcut/GUI tool to perform commandline tasks for windowsIn menu add configuration linkMagento oAuth : Generating access token and access secretMagento 2 security key issue in Third-Party API redirect URIPublic actions in admin controllersHow to Disable Cache in Custom WidgetURL Key not changing in Magento 2Product URL Key gets deleted when importing custom options - Magento 2Problem with reindex terminalMagento 2 - bin/magento Commands not working in Cpanel Terminal

Create Account not working properly for Guest User : Delete operation is forbidden for current area (Enterprise Magento ver. 2.1.0)Delete operation is forbidden for current areaUnrelated attribute error The value of attribute “unrelated” must be setDelete operation is forbidden for current area error when creating account from checkout success page“Delete operation is forbidden for current area” error while create customer in Magento 2Magento 2. Custom Attribute And Plugin in ModuleM2: Can't register user when set register form to show address fields. Error Delete operation is forbidden for current areaHow to update custom shipping address attribute value after order placeDelete operation is forbidden for current area magento 2Set custom value from query result for product attribute in magento 2 admin panelhow to Placed order as another customer in Magento 2 checkout