Undefined property
This commit is contained in:
parent
631f09529f
commit
fa67520c09
1 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,13 @@ use Alltube\PlaylistArchiveStream;
|
||||||
*/
|
*/
|
||||||
class PlaylistArchiveStreamTest extends \PHPUnit_Framework_TestCase
|
class PlaylistArchiveStreamTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* PlaylistArchiveStream instance.
|
||||||
|
*
|
||||||
|
* @var PlaylistArchiveStream
|
||||||
|
*/
|
||||||
|
private $stream;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Prepare tests.
|
* Prepare tests.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue