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
|
@ -108,14 +108,6 @@ class DownloadControllerTest extends ControllerTest
|
|||
public function testDownloadWithRtmpStream()
|
||||
{
|
||||
$this->markTestIncomplete('We need to find another RTMP video.');
|
||||
|
||||
$config = $this->container->get('config');
|
||||
$config->setOptions(['stream' => true]);
|
||||
|
||||
$this->assertRequestIsOk(
|
||||
'download',
|
||||
['url' => 'http://www.rtvnh.nl/video/131946', 'format' => 'rtmp-264']
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue