44 lines
1 KiB
YAML
44 lines
1 KiB
YAML
|
name: IntlTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: Intl
|
||
|
type: class
|
||
|
source: Symfony\Component\Intl\Intl
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: setUp
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: tearDown
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testIsExtensionLoadedChecksIfIntlExtensionIsLoaded
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: '# * @requires extension intl'
|
||
|
- name: testGetIcuVersionReadsTheVersionOfInstalledIcuLibrary
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testGetIcuDataVersionReadsTheVersionOfInstalledIcuData
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testGetIcuStubVersionReadsTheVersionOfBundledStubs
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testGetDataDirectoryReturnsThePathToIcuData
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\Intl\Intl
|
||
|
interfaces: []
|