47 lines
1.1 KiB
YAML
47 lines
1.1 KiB
YAML
name: TextBundleWriterTest
|
|
class_comment: '# * @author Bernhard Schussek <bschussek@gmail.com>
|
|
|
|
# *
|
|
|
|
# * @see http://source.icu-project.org/repos/icu/icuhtml/trunk/design/bnf_rb.txt'
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: Filesystem
|
|
type: class
|
|
source: Symfony\Component\Filesystem\Filesystem
|
|
- name: TextBundleWriter
|
|
type: class
|
|
source: Symfony\Component\Intl\Data\Bundle\Writer\TextBundleWriter
|
|
properties: []
|
|
methods:
|
|
- name: setUp
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
- name: tearDown
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
- name: testWrite
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testWriteTraversable
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testWriteNoFallback
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testEscapeKeysIfNecessary
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\Filesystem\Filesystem
|
|
- Symfony\Component\Intl\Data\Bundle\Writer\TextBundleWriter
|
|
interfaces: []
|