mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
[SearchEngine] Add unicode service provider tests
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Alchemy\Phrasea\Core\Provider;
|
||||||
|
|
||||||
|
require_once __DIR__ . '/../../../../PhraseanetPHPUnitAbstract.class.inc';
|
||||||
|
|
||||||
|
class UnicodeServiceProvidertest extends \PhraseanetPHPUnitAbstract
|
||||||
|
{
|
||||||
|
public function testGetInstantiate()
|
||||||
|
{
|
||||||
|
self::$DI['app']->register(new UnicodeServiceProvider());
|
||||||
|
|
||||||
|
$this->assertInstanceof('unicode', self::$DI['app']['unicode']);
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user