jorge07 / symfony-6-es-cqrs-boilerplate

Symfony 6 DDD ES CQRS backend boilerplate.
MIT License
1.07k stars 187 forks source link

phpunit droped database but not executed #97

Closed yoshkin closed 5 years ago

yoshkin commented 5 years ago

When i run "make phpunit" i getting:

docker-compose exec php sh -lc './bin/console d:d:d --force'
Dropped database for connection named `api`
docker-compose exec php sh -lc './bin/console d:d:c'
Created database `api` for connection named default
docker-compose exec php sh -lc './bin/console d:m:m -n'

After that i'm getting:

  ++ 2 migrations executed
  ++ 2 sql queries
docker-compose exec php sh -lc "./bin/phpunit "
#!/usr/bin/env php
PHP Fatal error:  Uncaught RuntimeException: Could not find https://github.com/sebastianbergmann/phpunit/archive/6.5.zip in /app/vendor/symfony/phpunit-bridge/bin/simple-phpunit:99
Stack trace:
#0 /app/bin/phpunit(18): require()
#1 {main}
  thrown in /app/vendor/symfony/phpunit-bridge/bin/simple-phpunit on line 99
make: *** [phpunit] Error 255
jorge07 commented 5 years ago

Thanks @yoshkin for report this.

Fixed in #98