[M3uFormat] add basic m3u tests

those are a bit silly, but let's be coherent with other tests
This commit is contained in:
boyska 2024-03-07 12:26:17 +01:00
parent 2597cff5e0
commit 624fc8d551
5 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,29 @@
<?php
/**
* M3uFormat
*/
namespace RssBridge\Tests\Formats;
require_once __DIR__ . '/BaseFormatTest.php';
use PHPUnit\Framework\TestCase;
class M3uFormatTest extends BaseFormatTest
{
private const PATH_EXPECTED = self::PATH_SAMPLES . 'expectedM3uFormat/';
/**
* @dataProvider sampleProvider
* @runInSeparateProcess
*/
public function testOutput(string $name, string $path)
{
$data = $this->formatData('M3u', $this->loadSample($path));
$expected = file_get_contents(self::PATH_EXPECTED . $name . '.m3u');
$this->assertEquals($expected, $data);
}
}

View File

@ -0,0 +1 @@
#EXTM3U

View File

@ -0,0 +1 @@
#EXTM3U

View File

@ -0,0 +1 @@
#EXTM3U

View File

@ -0,0 +1 @@
#EXTM3U