You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: Uncaught TypeError: Return value of PHPUnit\Framework\TestCase::getActualOutput() must be of the type string, null returned in phar:///usr/local/Cellar/phpunit/7.0.1/libexec/phpunit-7.0.1.phar/phpunit/Framework/TestCase.php on line 415
TypeError: Return value of PHPUnit\Framework\TestCase::getActualOutput() must be of the type string, null returned in phar:///usr/local/Cellar/phpunit/7.0.1/libexec/phpunit-7.0.1.phar/phpunit/Framework/TestCase.php on line 415
Call Stack:
0.0322 821904 1. {main}() /usr/local/Cellar/phpunit/7.0.1/libexec/phpunit-7.0.1.phar:0
0.0832 8425664 2. PHPUnit\TextUI\Command::main() /usr/local/Cellar/phpunit/7.0.1/libexec/phpunit-7.0.1.phar:573
0.0832 8425776 3. PHPUnit\TextUI\Command->run() phar:///usr/local/Cellar/phpunit/7.0.1/libexec/phpunit-7.0.1.phar/phpunit/TextUI/Command.php:153
0.8894 12929976 4. PHPUnit\TextUI\TestRunner->doRun() phar:///usr/local/Cellar/phpunit/7.0.1/libexec/phpunit-7.0.1.phar/phpunit/TextUI/Command.php:205
0.8938 12934072 5. PHPUnit\Framework\TestSuite->run() phar:///usr/local/Cellar/phpunit/7.0.1/libexec/phpunit-7.0.1.phar/phpunit/TextUI/TestRunner.php:508
0.8960 12934264 6. PHPUnit\Framework\TestSuite->run() phar:///usr/local/Cellar/phpunit/7.0.1/libexec/phpunit-7.0.1.phar/phpunit/Framework/TestSuite.php:761
1.6258 18208744 7. PHPUnit\Framework\TestSuite->run() phar:///usr/local/Cellar/phpunit/7.0.1/libexec/phpunit-7.0.1.phar/phpunit/Framework/TestSuite.php:761
1.6298 18208936 8. PHPUnit\Framework\TestCase->run() phar:///usr/local/Cellar/phpunit/7.0.1/libexec/phpunit-7.0.1.phar/phpunit/Framework/TestSuite.php:761
1.6298 18208936 9. PHPUnit\Framework\TestResult->run() phar:///usr/local/Cellar/phpunit/7.0.1/libexec/phpunit-7.0.1.phar/phpunit/Framework/TestCase.php:687
1.6676 18443144 10. PHPUnit\Framework\TestResult->endTest() phar:///usr/local/Cellar/phpunit/7.0.1/libexec/phpunit-7.0.1.phar/phpunit/Framework/TestResult.php:907
1.6676 18443144 11. PHPUnit\TextUI\ResultPrinter->endTest() phar:///usr/local/Cellar/phpunit/7.0.1/libexec/phpunit-7.0.1.phar/phpunit/Framework/TestResult.php:410
1.6676 18443144 12. PHPUnit\Framework\TestCase->getActualOutput() phar:///usr/local/Cellar/phpunit/7.0.1/libexec/phpunit-7.0.1.phar/phpunit/TextUI/ResultPrinter.php:352
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
$this->withoutOutput();
tosetUp()
.The text was updated successfully, but these errors were encountered: