40 lines
917 B
YAML
40 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: []
|