api/symfony/Component/CssSelector/Tests/Parser/Shortcut/EmptyStringParserTest.yaml

24 lines
669 B
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
name: EmptyStringParserTest
class_comment: "# * @author Jean-Fran\xE7ois Simon <jeanfrancois.simon@sensiolabs.com>"
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: SelectorNode
type: class
source: Symfony\Component\CssSelector\Node\SelectorNode
- name: EmptyStringParser
type: class
source: Symfony\Component\CssSelector\Parser\Shortcut\EmptyStringParser
properties: []
methods:
- name: testParse
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\CssSelector\Node\SelectorNode
- Symfony\Component\CssSelector\Parser\Shortcut\EmptyStringParser
interfaces: []