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

Module data fixtures for @magentoDataFixtureBeforeTransaction annotations #21465

Merged
merged 3 commits into from
Mar 30, 2019

Commits on Feb 27, 2019

  1. Allow module data fixtures for @magentoDataFixtureBeforeTransaction a…

    …nnotations
    
    Extend the option to specify a module based data fixture files to the
    @magentoDataFixtureBeforeTransaction annotation.
    Previously they where only available for the @magentoDataFixture annotation.
    
    The syntax is the same:
    @magentoDataFixtureBeforeAnnotation Foo_DataFixtureDummy::Test/Integration/foo.php
    
    There is no backward compatibility break associated with this commit.
    Vinai committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    18a590f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Configuration menu
    Copy the full SHA
    2a56e24 View commit details
    Browse the repository at this point in the history
  2. Fix static tests.

    nmalevanec committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    749551f View commit details
    Browse the repository at this point in the history