PHPUnit print tests execution time

前端 未结 1 1160
無奈伤痛
無奈伤痛 2021-02-11 21:02

is there a way to print the execution time of each test with PHPUnit?

1条回答
  •  既然无缘
    2021-02-11 21:45

    You can implement your own test runner, for example by extending PHPUnit_TextUI_TestRunner and make it collect and print run times.

    0 讨论(0)
提交回复
热议问题