-1

when I run php artisan test I got this message PHPUnit requires the "dom" extension. I already run composer install

developer
  • 39
  • 1
  • 6

1 Answers1

-1

It is not a laravel issue. it's a PHP issue. you are missing extensions named php-xml and php-mbstring. install both extensions, restart the server and then error will be gone!

discussion
  • 81
  • 8