platform/api/symfony/Component/Finder/Tests/GlobTest.yaml

40 lines
917 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: GlobTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: Finder
type: class
source: Symfony\Component\Finder\Finder
- name: Glob
type: class
source: Symfony\Component\Finder\Glob
properties: []
methods:
- name: testGlobToRegexDelimiters
visibility: public
parameters: []
comment: null
- name: testGlobToRegexDoubleStarStrictDots
visibility: public
parameters: []
comment: null
- name: testGlobToRegexDoubleStarNonStrictDots
visibility: public
parameters: []
comment: null
- name: testGlobToRegexDoubleStarWithoutLeadingSlash
visibility: public
parameters: []
comment: null
- name: testGlobToRegexDoubleStarWithoutLeadingSlashNotStrictLeadingDot
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Finder\Finder
- Symfony\Component\Finder\Glob
interfaces: []