Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Pichat committed Sep 30, 2024
1 parent 2cc0d46 commit 8dab7a1
Show file tree
Hide file tree
Showing 24 changed files with 1,970 additions and 1,946 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
with:
fetch-depth: 0

- run: composer install --prefer-dist
- run: ./vendor/phpunit/phpunit/phpunit tests
- run: composer install --working-dir tests --prefer-dist
- run: /tests/vendor/phpunit/phpunit/phpunit -c tests/phpunit.xml tests

# Run PHPStan against the module and a PrestaShop release
phpstan:
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"symfony/console": "^3.4"
},
"require-dev": {
"phpunit/phpunit": "^5",
"friendsofphp/php-cs-fixer": "^2.19",
"prestashop/php-dev-tools": "^3.16"
},
Expand Down
Loading

0 comments on commit 8dab7a1

Please sign in to comment.