Test code or tested code did not (only) close its own output buffers #46724
-
PHP 8.2
Output: WARN Tests\Feature\Users\UserCreateTest Why? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
В UploadedFile используется метод generateImage из /vendor/laravel/framework/src/Illuminate/Http/Testing/FileFactory.php |
Beta Was this translation helpful? Give feedback.
-
Yes, everything is correct. Here, at this link https://qna.habr.com/q/1270368, you can read the solution in Russian. |
Beta Was this translation helpful? Give feedback.
В UploadedFile используется метод generateImage из /vendor/laravel/framework/src/Illuminate/Http/Testing/FileFactory.php
Для его корректной работы нужен модуль GD (для imagecreatetruecolor($width, $height);)
После установки зависимости проблема должна исчезнуть