Skip to content
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

Do not di:compile tests/ folder #9210

Merged
merged 1 commit into from
Apr 13, 2017
Merged

Conversation

kassner
Copy link
Contributor

@kassner kassner commented Apr 12, 2017

Description

setup:di:compile failes when you have magento/data-migration-tool as a regular dependency and you haven't installed the dev dependencies with composer (--no-dev).

Manual testing scenarios

  1. Install dependencies using composer install --no-dev
  2. composer require magento/data-migration-tool:2.1.4 and enable the module
  3. php bin/magento setup:di:compile

Current result

PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in /var/www/html/vendor/magento/data-migration-tool/tests/static/testsuite/Migration/Php/LiveCodeTest.php on line 19

Expected result

setup:di:compile runs without failures.

@vrann vrann self-assigned this Apr 12, 2017
@vrann vrann added this to the April 2017 milestone Apr 12, 2017
@magento-team magento-team merged commit eaccf65 into magento:develop Apr 13, 2017
@magento-team
Copy link
Contributor

@kassner thank you for your contribution

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

Successfully merging this pull request may close these issues.

3 participants