Undefined property

This commit is contained in:
Pierre Rudloff 2017-05-05 00:08:43 +02:00
parent 631f09529f
commit fa67520c09

View file

@ -12,6 +12,13 @@ use Alltube\PlaylistArchiveStream;
*/
class PlaylistArchiveStreamTest extends \PHPUnit_Framework_TestCase
{
/**
* PlaylistArchiveStream instance.
*
* @var PlaylistArchiveStream
*/
private $stream;
/**
* Prepare tests.
*/