mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-12 23:52:38 +00:00
Initial commit
This commit is contained in:
23
vendor/symfony/translation/Tests/IdentityTranslatorTest.php
vendored
Normal file
23
vendor/symfony/translation/Tests/IdentityTranslatorTest.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the Symfony package.
|
||||
*
|
||||
* (c) Fabien Potencier <fabien@symfony.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Symfony\Component\Translation\Tests;
|
||||
|
||||
use Symfony\Component\Translation\IdentityTranslator;
|
||||
use Symfony\Contracts\Tests\Translation\TranslatorTest;
|
||||
|
||||
class IdentityTranslatorTest extends TranslatorTest
|
||||
{
|
||||
public function getTranslator()
|
||||
{
|
||||
return new IdentityTranslator();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user