mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix latest merge
This commit is contained in:
@@ -4,13 +4,13 @@ namespace Alchemy\Tests\Phrasea\Border;
|
||||
|
||||
use Alchemy\Phrasea\Border\CustomExtensionGuesser;
|
||||
|
||||
class CustomExtensionGuesserTest extends \PhraseanetPHPUnitAbstract
|
||||
class CustomExtensionGuesserTest extends \PhraseanetTestCase
|
||||
{
|
||||
public function testGuess()
|
||||
{
|
||||
$conf = array(
|
||||
$conf = [
|
||||
'mpeg' => 'video/x-romain-neutron',
|
||||
);
|
||||
];
|
||||
|
||||
$guesser = new CustomExtensionGuesser($conf);
|
||||
$this->assertNull($guesser->guess(__FILE__));
|
||||
|
Reference in New Issue
Block a user