platform/api/symfony/Component/Finder/Tests/GlobTest.yaml
2024-09-02 10:44:11 -07:00

39 lines
917 B
YAML

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: []