Skip to content

Commit

Permalink
returned phpunit into main composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-andreyev committed Oct 25, 2023
1 parent db702e3 commit ef5fdb8
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 1,847 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ jobs:
ini-values: "zend.assertions=1"
extensions: "pdo_sqlite"

- name: Install dependencies
run: |
composer update
composer bin all install
- name: "Globally install symfony/flex"
run: "composer require --no-progress --no-scripts --no-plugins symfony/flex"

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ jobs:
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"

- name: "Install tools"
run: "composer bin all install"

- name: "Run a static analysis with vimeo/psalm"
run: "vendor/bin/psalm --show-info=false --stats --output-format=github --threads=$(nproc) --find-unused-psalm-suppress"
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@
"doctrine/deprecations": "^1.0",
"doctrine/orm": "^2.14 || ^3.0",
"friendsofphp/proxy-manager-lts": "^1.0",
"phpunit/phpunit": "^9.5.26 || ^10.0",
"psr/log": "^1.1.4 || ^2.0 || ^3.0",
"symfony/phpunit-bridge": "^6.1",
"symfony/property-info": "^5.4 || ^6.0",
"symfony/proxy-manager-bridge": "^5.4 || ^6.0",
"symfony/security-bundle": "^5.4 || ^6.0",
Expand Down
4 changes: 0 additions & 4 deletions vendor-bin/phpunit/autoload.php

This file was deleted.

6 changes: 0 additions & 6 deletions vendor-bin/phpunit/composer.json

This file was deleted.

Loading

0 comments on commit ef5fdb8

Please sign in to comment.