Giter VIP home page Giter VIP logo

Comments (3)

komex avatar komex commented on May 20, 2024

У меня точно такой же баг. Через composer Codeception не работает...

from codeception.

DavertMik avatar DavertMik commented on May 20, 2024

Yep, sorry. It might that composer updates broke current package. Because I checked the installation just before the last release. I'm going to fix that on weekend. Right now you can use the phar version as it's the most stable to any external changes. PEAR version can do the thing too.

from codeception.

DavertMik avatar DavertMik commented on May 20, 2024

These are the reasons I recommend using phar. It's stable. I build a package one time and it works.
In case of composer everything can be changed in any time! And that really sucks. There is no stable packages and dependencies.

For come reasons Composer generated this autoload file.

    'Symfony\\Component\\Yaml\\' => $vendorDir . '/symfony/yaml/',
    'Symfony\\Component\\Process' => $vendorDir . '/symfony/process/',
    'Symfony\\Component\\Finder\\' => $vendorDir . '/symfony/finder/',
    'Symfony\\Component\\EventDispatcher\\' => $vendorDir . '/symfony/event-dispatcher/',
    'Symfony\\Component\\DomCrawler' => $vendorDir . '/symfony/dom-crawler/',
    'Symfony\\Component\\CssSelector' => $vendorDir . '/symfony/css-selector/',
    'Symfony\\Component\\Console\\' => $vendorDir . '/symfony/console/',
    'Symfony\\Component\\BrowserKit' => $vendorDir . '/symfony/browser-kit/',
    'Selenium' => $vendorDir . '/alexandresalome/php-selenium/src/',

Just because some classes ends with "" and some are note UniversalAutoloader fails to load them.

Anyway it is fixed now )

from codeception.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.