48 lines
1.3 KiB
YAML
48 lines
1.3 KiB
YAML
|
name: PhpBundleReaderTest
|
||
|
class_comment: '# * @author Bernhard Schussek <bschussek@gmail.com>'
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: PhpBundleReader
|
||
|
type: class
|
||
|
source: Symfony\Component\Intl\Data\Bundle\Reader\PhpBundleReader
|
||
|
- name: ResourceBundleNotFoundException
|
||
|
type: class
|
||
|
source: Symfony\Component\Intl\Exception\ResourceBundleNotFoundException
|
||
|
- name: RuntimeException
|
||
|
type: class
|
||
|
source: Symfony\Component\Intl\Exception\RuntimeException
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: setUp
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testReadReturnsArray
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testReadFailsIfNonExistingLocale
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testReadFailsIfNonExistingDirectory
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testReadFailsIfNotAFile
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testReaderDoesNotBreakOutOfGivenPath
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\Intl\Data\Bundle\Reader\PhpBundleReader
|
||
|
- Symfony\Component\Intl\Exception\ResourceBundleNotFoundException
|
||
|
- Symfony\Component\Intl\Exception\RuntimeException
|
||
|
interfaces: []
|