Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't running php artisan test #128

Open
fadlyian opened this issue Apr 19, 2023 · 1 comment
Open

can't running php artisan test #128

fadlyian opened this issue Apr 19, 2023 · 1 comment

Comments

@fadlyian
Copy link

I have tried to find a solution but could not find it

output :
! original filename upload → Test code or tested code did not (only) close its own output buffers
✓ file size validation
! update file remove old one → Test code or tested code did not (only) close its own output buffers
! download uploaded file → Test code or tested code did not (only) close its own output buffers
! public file show → Test code or tested code did not (only) close its own output buffers
! upload resize → Test code or tested code did not (only) close its own output buffers
! spatie media library → Test code or tested code did not (only) close its own output buffers

@bagas-defandi
Copy link

I also have the same problem but with another error:
error: call to undefined function illuminate\http\testing\imagecreatetruecolor()

If you have that error The problem is about PHP GD extension, you should enable it.
I use xampp and this tutorial really help me https://www.geeksforgeeks.org/how-to-install-php-gd-in-windows/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants