Skip to content

Commit

Permalink
Add tests on xliff files
Browse files Browse the repository at this point in the history
  • Loading branch information
rande committed Dec 12, 2013
1 parent 8c96d24 commit 7e2c94c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Tests/Resources/XliffTest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php
/*
* This file is part of the Sonata project.
*
* (c) Thomas Rabaix <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Sonata\AdminBundle\Tests\Resources;


use Sonata\CoreBundle\Test\XliffValidatorTestCase;

class XliffTest extends XliffValidatorTestCase
{
/**
* @return array List all path to validate xliff
*/
public function getXliffPaths()
{
return array(array(__DIR__.'/../../Resources/translations'));
}
}

0 comments on commit 7e2c94c

Please sign in to comment.