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

Disable / Remove link to Product Items in Cart Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How can I limit products that can be bought / added to cart?Remove item from cartHide “Add to Cart” button if specific products are already in cart“Prettifying” the custom options in cart pageCreate link in cart sidebar to view all added items After limit reachedLink products together in checkout/cartHow to Get product from cart and add it againHide action-edit on cart page if simple productRemoving Cart items - ObserverRemove wishlist items when added to cart

Helsingin valtaus Sisällysluettelo Taustaa | Yleistä sotatoimista | Osapuolet | Taistelut Helsingin ympäristössä | Punaisten antautumissuunnitelma | Taistelujen kulku Helsingissä | Valtauksen jälkeen | Tappiot | Muistaminen | Kirjallisuutta | Lähteet | Aiheesta muualla | NavigointivalikkoTeoksen verkkoversioTeoksen verkkoversioGoogle BooksSisällissota Helsingissä päättyi tasan 95 vuotta sittenSaksalaisten ylivoima jyräsi punaisen HelsinginSuomalaiset kuvaavat sotien jälkiä kaupungeissa – katso kuvat ja tarinat tutuilta kulmiltaHelsingin valtaus 90 vuotta sittenSaksalaiset valtasivat HelsinginHyökkäys HelsinkiinHelsingin valtaus 12.–13.4. 1918Saksalaiset käyttivät ihmiskilpiä Helsingin valtauksessa 1918Teoksen verkkoversioTeoksen verkkoversioSaksalaiset hyökkäävät Etelä-SuomeenTaistelut LeppävaarassaSotilaat ja taistelutLeppävaara 1918 huhtikuussa. KapinatarinaHelsingin taistelut 1918Saksalaisten voitonparaati HelsingissäHelsingin valtausta juhlittiinSaksalaisten Helsinki vuonna 1918Helsingin taistelussa kaatuneet valkokaartilaisetHelsinkiin haudatut taisteluissa kaatuneet punaiset12.4.1918 Helsingin valtauksessa saksalaiset apujoukot vapauttavat kaupunginVapaussodan muistomerkkejä Helsingissä ja pääkaupunkiseudullaCrescendo / Vuoden 1918 Kansalaissodan uhrien muistomerkkim

Adjektiivitarina Tarinan tekeminen | Esimerkki: ennen | Esimerkki: jälkeen | Navigointivalikko