Skip to content

Commit

Permalink
Reproduce exception
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Oct 27, 2024
1 parent b496d1f commit 4001978
Show file tree
Hide file tree
Showing 195 changed files with 20 additions and 11,918 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ jobs:
- name: Install dependencies
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction

- name: GD Version
run: php -r 'var_dump(gd_info());'

- name: Imagick Version
run: php -r 'var_dump(Imagick::getVersion());'

Expand All @@ -100,9 +97,3 @@ jobs:

- name: Execute tests
run: vendor/bin/phpunit --no-coverage

- name: Run analyzer
run: vendor/bin/phpstan

- name: Validate coding standards
run: vendor/bin/phpcs
3 changes: 0 additions & 3 deletions phpunit.dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
<testsuite name="Unit Tests">
<directory suffix=".php">./tests/Unit</directory>
</testsuite>
<testsuite name="Feature Tests">
<directory suffix=".php">./tests/Feature</directory>
</testsuite>
</testsuites>
<source>
<include>
Expand Down
22 changes: 0 additions & 22 deletions tests/Feature/Gd/ConvertPngGif.php

This file was deleted.

22 changes: 0 additions & 22 deletions tests/Feature/Imagick/ConvertPngGif.php

This file was deleted.

180 changes: 0 additions & 180 deletions tests/Unit/CollectionTest.php

This file was deleted.

81 changes: 0 additions & 81 deletions tests/Unit/Colors/Cmyk/ChannelTest.php

This file was deleted.

Loading

0 comments on commit 4001978

Please sign in to comment.