Upgrade phpunit to 9.5
So we stop depending on the unmaintained php-token-stream
This commit is contained in:
parent
60f924f4bf
commit
55db198d39
6 changed files with 919 additions and 476 deletions
|
@ -479,16 +479,11 @@ class VideoTest extends ContainerTest
|
|||
* @param string $format Format
|
||||
*
|
||||
* @return void
|
||||
* @throws AlltubeLibraryException
|
||||
* @dataProvider rtmpUrlProvider
|
||||
*/
|
||||
public function testGetRtmpStream(string $url, string $format)
|
||||
{
|
||||
$this->markTestIncomplete('We need to find another RTMP video.');
|
||||
|
||||
$video = new Video($this->downloader, $url, $format);
|
||||
|
||||
$this->assertStream($this->downloader->getRtmpStream($video));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue