Skip to content

Composer could install PHPUnit #371

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
clockworkgeek opened this issue Sep 25, 2013 · 3 comments
Closed

Composer could install PHPUnit #371

clockworkgeek opened this issue Sep 25, 2013 · 3 comments

Comments

@clockworkgeek
Copy link

Since Magento 2 now comes with tests (a very good thing indeed) it requires PHPUnit. This can be specified in composer.json.

{
    "require-dev": {
        "phpunit/phpunit": "3.7.*"
    }
}
@verklov
Copy link
Contributor

verklov commented Jan 22, 2014

@clockworkgeek , we are considering using Composer in Magento 2. Please watch the repository for the updates in Magento 2 code.

@EliasZ
Copy link
Contributor

EliasZ commented Apr 10, 2014

Bump. A lot of the packages in /lib are available as Composer packages. It is as simple as listing them in composer.json. Ideally the Composer autoloader should be used, but it is also possible to simply set a custom Composer-installation directory so it's compatible with the current directory-structure (i.e /lib instead of /vendor) and the proprietary Magento 2 autoloader.

Including but probably not limited to:

@verklov
Copy link
Contributor

verklov commented Sep 9, 2014

Since last time we started using Composer for Magento 2 and you may now see PHPUnit specified in composer.json files. We are closing this ticket now.

@verklov verklov closed this as completed Sep 9, 2014
vpelipenko pushed a commit that referenced this issue Jun 26, 2015
[Epam - Import/Export] Merge pull requests (EE: #4, CE: #7)
magento-team pushed a commit that referenced this issue Feb 18, 2016
magento-engcom-team added a commit to okorshenko/magento2 that referenced this issue May 10, 2019
…ell product fields magento#371

 - Merge Pull Request magento/graphql-ce#371 from magento/graphql-ce:198_access_to_related_up-sell_cross_sell_product_fields
 - Merged commits:
   1. d11fda5
   2. 094cf30
   3. 2040d97
   4. cb82210
   5. 42fcf3d
   6. 3a88a35
   7. 4a5b330
   8. 4835285
   9. 92d6feb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants