Add example integration test with fixtures
Showing
- Test/Integration/Model/ExampleTest.php 44 additions, 0 deletionsTest/Integration/Model/ExampleTest.php
- Test/Integration/_file/some-fixture.php 96 additions, 0 deletionsTest/Integration/_file/some-fixture.php
- Test/Integration/_file/some-fixture_rollback.php 42 additions, 0 deletionsTest/Integration/_file/some-fixture_rollback.php
- composer.json 17 additions, 0 deletionscomposer.json
- etc/module.xml 24 additions, 0 deletionsetc/module.xml
- registration.php 16 additions, 0 deletionsregistration.php
Test/Integration/Model/ExampleTest.php
0 → 100644
Test/Integration/_file/some-fixture.php
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "met/example-magento2-module-testing", | ||
"description": "Example module for Magento 2 automated testing on MET CI", | ||
"require": { | ||
"magento/framework": "*", | ||
"magento/module-sales": "*" | ||
}, | ||
"type": "magento2-module", | ||
"autoload": { | ||
"files": [ | ||
"registration.php" | ||
], | ||
"psr-4": { | ||
"Met\\ExampleMagento2ModuleTesting\\": "" | ||
} | ||
} | ||
} | ||
\ No newline at end of file |
etc/module.xml
0 → 100644
registration.php
0 → 100644
Please register or sign in to comment