swooletw / laravel-swoole

High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications.
MIT License
4.03k stars 388 forks source link

Err in line 8 of tests/fixtures/bootstrap/app.php #538

Closed DevBrunoo closed 1 year ago

DevBrunoo commented 1 year ago

Make sure you read Issues Guideline and answer these questions before submitting your issue. Thanks! (Any non-English issues will be closed immediately.)

  1. Please provide your PHP and Swoole version. (php -v and php --ri swoole)

PHP 8.0.25 (cli) (built: Oct 31 2022 08:58:29) ( NTS )

  1. Please provide your Laravel/Lumen version. no

  2. Which release version of this package are you using?

last version

  1. What did you do? If possible, provide a recipe for reproducing the error.

$app = m::mock(Container::class); Undefined type 'Mockery'.intelephense(1009)

  1. What did you expect to see?

correct code

  1. What did you see instead?

wrong code