PHPUnit testing FAILS ONLY when visiting the root page( visit('/') ) in Laravel 5

后端 未结 3 1922
谎友^
谎友^ 2021-01-29 00:39

I run Laravel applic ation in docker container dockervel and

the test



        
3条回答
  •  野性不改
    2021-01-29 01:23

    try this: see if mysql container is up:
    docker ps
    You should see a mysql container. If not then run dstop & dup

提交回复
热议问题