diff --git a/src/Illuminate/Foundation/Testing/TestResponse.php b/src/Illuminate/Foundation/Testing/TestResponse.php index 2c0d7a08dbd3..261873713682 100644 --- a/src/Illuminate/Foundation/Testing/TestResponse.php +++ b/src/Illuminate/Foundation/Testing/TestResponse.php @@ -962,7 +962,7 @@ public function dump() * * @return string */ - public function getStreamedContent() + public function streamedContent() { if (! is_null($this->streamedContent)) { return $this->streamedContent;