1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-16 19:58:14 +01:00

12 Commits

Author SHA1 Message Date
Oliver Vogel
e9dbb82486
Remove already configured path from phpstan call 2024-09-14 08:47:04 +02:00
Oliver Vogel
5464ca5ec7
Refactor to meet PHPStan level 5 (#1334)
* Update phpstan level
* Refactor to meet phpstan level 5
2024-04-23 16:05:14 +02:00
Oliver Vogel
dcc95b8299
PHPUnit 10 Migration (#1302)
* Bump PHPUnit dependencies

* Set return type of base TestCase methods

From the [PHPUnit 8 release notes][1], the `TestCase` methods below now declare a `void` return type:

- `setUpBeforeClass()`
- `setUp()`
- `assertPreConditions()`
- `assertPostConditions()`
- `tearDown()`
- `tearDownAfterClass()`
- `onNotSuccessfulTest()`

[1]: https://phpunit.de/announcements/phpunit-8.html

* Ignore PHPUnit cache folder

* Adopt PHP attributes in test classes

* Declare data providers as `static`

* Add return types to test methods

* Define test classes as `final`

* Migrate phpunit.xml to phpunit 10

* Correct phpunit attribute class name

* Rename base test class

* Restructure test folders

* Fix test image paths

* Only set rules for php files in .editorconfig

* Remove php unit flag in local test env

---------

Co-authored-by: Shift <shift@laravelshift.com>
2024-02-28 16:16:23 +01:00
Oliver Vogel
13ce4e94c1 Add code standards check to dev environment 2024-01-18 14:12:54 +01:00
Oliver Vogel
a7ec9746fa Clean up docker development environment 2024-01-14 10:49:20 +01:00
Oliver Vogel
a1f1b98fb5 Increase memory limit for phpstan 2023-12-17 09:26:37 +01:00
Oliver Vogel
8054bc813f Refactor font system 2023-11-25 11:11:10 +01:00
Oliver Vogel
9fa8ef5aed Fix modifier tests 2023-11-24 15:20:43 +01:00
Oliver Vogel
56ab8b1ea7 Replace color implementation in FillModifiers 2023-10-15 16:35:20 +02:00
Oliver Vogel
dbbcded7a4 Replace driver color classes 2023-10-15 10:39:15 +02:00
Oliver Vogel
20ff41b606 Add static analyzer dev environment 2023-09-30 11:48:42 +02:00
Oliver Vogel
84d46278f7 Add docker test environment 2023-09-28 17:48:25 +02:00