34 lines
816 B
YAML
34 lines
816 B
YAML
|
name: TranslationFilesTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: XliffUtils
|
||
|
type: class
|
||
|
source: Symfony\Component\Translation\Util\XliffUtils
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testTranslationFileIsValid
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: filePath
|
||
|
comment: '# * @dataProvider provideTranslationFiles'
|
||
|
- name: testTranslationFileIsValidWithoutEntityLoader
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: filePath
|
||
|
comment: '# * @dataProvider provideTranslationFiles'
|
||
|
- name: provideTranslationFiles
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testNorwegianAlias
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\Translation\Util\XliffUtils
|
||
|
interfaces: []
|