我有這個奇怪的問題,當我呼籲我的TestCase類的parent::setUp()
的單元測試類 當我運行的PHPUnit扔我這個錯誤:不能發送會話cookie - 標題已經發出的PHPUnit/Laravel
1) MatchRequestRepositoryTest::test_find_requests_by_match_id ErrorException: session_start(): Cannot send session cookie - headers already sent by (output started at /var/www/project.dev/vendor/phpunit/phpunit/PHPUnit/TextUI/TestRunner.php:459)
可能是什麼問題?謝謝你的幫助。
請檢查: http://stackoverflow.com/questions/8028957/how-to-fix-headers-already-sent-error-in-php – DOZ
你必須分享你的測試內容。另外,您的應用程序是否通過本地'session_'函數調用或'Session ::'來直接操作會話? – Andreas
[用PHPunit測試PHP頭文件]可能的副本(http://stackoverflow.com/questions/9745080/test-php-headers-with-phpunit) –