Giter Club home page Giter Club logo

Comments (4)

greg0ire avatar greg0ire commented on August 15, 2024

I found the explanation, this can be closed.
For the record, the phpunit binary starts like this :

foreach (array(__DIR__ . '/../../autoload.php', __DIR__ . '/../vendor/autoload.php', __DIR__ . '/vendor/autoload.php') as $file) {
    if (file_exists($file)) {
        define('PHPUNIT_COMPOSER_INSTALL', $file);
        break;
    }
}

When the system's phpunit is used, the autoload file is (in my case) ~/.composer/vendor/phpunit/phpunit/../../autoload.php

This might be a bug in phpunit. It should look in the current working directory first, I think.

from symfonydependencyinjectiontest.

soullivaneuh avatar soullivaneuh commented on August 15, 2024

@greg0ire I'll keep it open unless a solution is found, thanks.

from symfonydependencyinjectiontest.

greg0ire avatar greg0ire commented on August 15, 2024

You should close it, because it has nothing to do with this package. The problem probably arises at the very first step : there is no dot in the output, signalling that a test was successful. I think if you remove this test, it will fail on another test, as soon as php tries to autoload something. Since it has the wrong autoloader, it can't autoload anything that isn't also require globally. It probably won't be able to load any class from the library under test, for instance.

Another reason to close this is that I have filed an issue in the right place

from symfonydependencyinjectiontest.

soullivaneuh avatar soullivaneuh commented on August 15, 2024

Thanks @greg0ire.

from symfonydependencyinjectiontest.

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.