Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
example-magento2-module-testing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MET Public
example-magento2-module-testing
Commits
27fd1faf
Commit
27fd1faf
authored
5 years ago
by
Vadim Justus
Browse files
Options
Downloads
Patches
Plain Diff
Add gitlab-ci.yml
parent
489a3e59
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+74
-0
74 additions, 0 deletions
.gitlab-ci.yml
Test/Integration/Model/ExampleTest.php
+2
-2
2 additions, 2 deletions
Test/Integration/Model/ExampleTest.php
with
76 additions
and
2 deletions
.gitlab-ci.yml
0 → 100644
+
74
−
0
View file @
27fd1faf
stages
:
-
test
integration-ce-2.2-php71
:
stage
:
test
tags
:
-
php71
script
:
-
~/.composer/vendor/met/test-executor/module-integration-tests.sh --edition community --version "2.2.*"
only
:
-
merge_requests
integration-ce-2.2-php72
:
stage
:
test
tags
:
-
php72
script
:
-
~/.composer/vendor/met/test-executor/module-integration-tests.sh --edition community --version "2.2.*"
only
:
-
merge_requests
integration-ee-2.2-php71
:
stage
:
test
tags
:
-
php71
script
:
-
~/.composer/vendor/met/test-executor/module-integration-tests.sh --edition enterprise --version "2.2.*"
only
:
-
merge_requests
integration-ee-2.2-php72
:
stage
:
test
tags
:
-
php72
script
:
-
~/.composer/vendor/met/test-executor/module-integration-tests.sh --edition enterprise --version "2.2.*"
only
:
-
merge_requests
integration-ce-2.3-php72
:
stage
:
test
tags
:
-
php72
script
:
-
~/.composer/vendor/met/test-executor/module-integration-tests.sh --edition community --version "2.3.*"
only
:
-
merge_requests
integration-ce-2.3-php73
:
stage
:
test
tags
:
-
php73
script
:
-
~/.composer/vendor/met/test-executor/module-integration-tests.sh --edition community --version "2.3.*"
only
:
-
merge_requests
integration-ee-2.3-php72
:
stage
:
test
tags
:
-
php72
script
:
-
~/.composer/vendor/met/test-executor/module-integration-tests.sh --edition enterprise --version "2.3.*"
only
:
-
merge_requests
integration-ee-2.3-php73
:
stage
:
test
tags
:
-
php73
script
:
-
~/.composer/vendor/met/test-executor/module-integration-tests.sh --edition enterprise --version "2.3.*"
only
:
-
merge_requests
This diff is collapsed.
Click to expand it.
Test/Integration/Model/ExampleTest.php
+
2
−
2
View file @
27fd1faf
...
...
@@ -23,12 +23,12 @@ use PHPUnit\Framework\TestCase;
* @link http://www.techdivision.com/
* @author Vadim Justus <v.justus@techdivision.com>
*/
class
PipelineInitializer
extends
TestCase
class
ExampleTest
extends
TestCase
{
/**
* @magentoDataFixtures Met_ExampleMagento2ModuleTesting::Test/Integration/_files/some-fixture.php
*/
public
function
test
Foobar
()
public
function
test
Something
()
{
/** @var SearchCriteriaBuilder $searchCriteriaBuilder */
$searchCriteriaBuilder
=
Bootstrap
::
getObjectManager
()
->
create
(
SearchCriteriaBuilder
::
class
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment