From fa67520c094a93ef05328ab85e4225fc2e594c60 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Fri, 5 May 2017 00:08:43 +0200 Subject: [PATCH] Undefined property --- tests/PlaylistArchiveStreamTest.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/PlaylistArchiveStreamTest.php b/tests/PlaylistArchiveStreamTest.php index 01d167a..9984a66 100644 --- a/tests/PlaylistArchiveStreamTest.php +++ b/tests/PlaylistArchiveStreamTest.php @@ -12,6 +12,13 @@ use Alltube\PlaylistArchiveStream; */ class PlaylistArchiveStreamTest extends \PHPUnit_Framework_TestCase { + /** + * PlaylistArchiveStream instance. + * + * @var PlaylistArchiveStream + */ + private $stream; + /** * Prepare tests. */