api/symfony/Component/DomCrawler/Tests/Test/Constraint/CrawlerSelectorExistsTest.yaml

32 lines
850 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: CrawlerSelectorExistsTest
class_comment: null
dependencies:
- name: ExpectationFailedException
type: class
source: PHPUnit\Framework\ExpectationFailedException
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: TestFailure
type: class
source: PHPUnit\Framework\TestFailure
- name: Crawler
type: class
source: Symfony\Component\DomCrawler\Crawler
- name: CrawlerSelectorExists
type: class
source: Symfony\Component\DomCrawler\Test\Constraint\CrawlerSelectorExists
properties: []
methods:
- name: testConstraint
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\ExpectationFailedException
- PHPUnit\Framework\TestCase
- PHPUnit\Framework\TestFailure
- Symfony\Component\DomCrawler\Crawler
- Symfony\Component\DomCrawler\Test\Constraint\CrawlerSelectorExists
interfaces: []