X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fsymfony%2Ftranslation%2FTests%2FCatalogue%2FDiffOperationTest.php;fp=vendor%2Fsymfony%2Ftranslation%2FTests%2FCatalogue%2FDiffOperationTest.php;h=0000000000000000000000000000000000000000;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=9428dc3a6f48a73fce844814048c9b3c76e25257;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/vendor/symfony/translation/Tests/Catalogue/DiffOperationTest.php b/vendor/symfony/translation/Tests/Catalogue/DiffOperationTest.php deleted file mode 100644 index 9428dc3a6..000000000 --- a/vendor/symfony/translation/Tests/Catalogue/DiffOperationTest.php +++ /dev/null @@ -1,26 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Symfony\Component\Translation\Tests\Catalogue; - -use Symfony\Component\Translation\Catalogue\DiffOperation; -use Symfony\Component\Translation\MessageCatalogueInterface; - -/** - * @group legacy - */ -class DiffOperationTest extends TargetOperationTest -{ - protected function createOperation(MessageCatalogueInterface $source, MessageCatalogueInterface $target) - { - return new DiffOperation($source, $target); - } -}