Cannot send session cookie - headers already sent PHPUnit / Laravel

前端 未结 4 1393
小蘑菇
小蘑菇 2021-02-19 22:50

I have this strange problem when i call the parent::setUp() on my TestCase class for unit test a class when i run phpunit it throw me this error:

4条回答
  •  渐次进展
    2021-02-19 23:17

     /**
     * @test
     * @runInSeparateProcess
     */
    public function testName(){
        //... your test
    }
    

提交回复
热议问题