PHPunit result output on the CLI not showing test names

前端 未结 2 694
一整个雨季
一整个雨季 2021-02-01 02:35

I\'m running a brand new test suite in PHPUnit, I\'d like to see the result of each test with the test name next to it. It would make fixing broken tests and TDD easier.

<
2条回答
  •  不知归路
    2021-02-01 03:03

    Also, if you would like output of what specific test is being run by line, try the --debug flag, this way when errors are being thrown, you will know what test throwing the error by name.

提交回复
热议问题