Skip to content

Commit

Permalink
Sylius in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jun 6, 2024
1 parent f9e4f1a commit fd8b4cc
Show file tree
Hide file tree
Showing 4 changed files with 20,402 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,22 @@ jobs:
php src/Core/DevOps/StaticAnalyze/phpstan-bootstrap.php
phpstan-command: ../../../phpstan.phar analyse -c ../shopware.neon
baseline-file: shopware-baseline.neon
- php-version: 8.2
repo: Sylius/Sylius
ref: v1.13.1
setup: |
export DATABASE_URL=sqlite:///%kernel.project_dir%/var/data.db
cp ../sylius-composer.lock composer.lock
composer install
phpstan-command: ../../../phpstan.phar analyse -c ../sylius.neon
- php-version: 8.2
repo: shopsys/shopsys
ref: v14.0.0
setup: |
export DATABASE_URL=sqlite:///%kernel.project_dir%/var/data.db
composer install
phpstan-command: ../../../phpstan.phar analyse -c ../sylius.neon
baseline-file: sylius-baseline.neon
- php-version: 8.1
repo: doctrine/orm
ref: 2.13.1
Expand Down
6 changes: 6 additions & 0 deletions e2e/integration/sylius-baseline.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
parameters:
ignoreErrors:
-
message: "#^Negated boolean expression is always true\\.$#"
count: 2
path: repo/src/Sylius/Bundle/UserBundle/Console/Command/AbstractRoleCommand.php

0 comments on commit fd8b4cc

Please sign in to comment.