api/symfony/Component/DomCrawler/Tests/Test/Constraint/CrawlerSelectorTextSameTest.yaml
2024-09-26 02:03:21 -07:00

31 lines
858 B
YAML

name: CrawlerSelectorTextSameTest
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: CrawlerSelectorTextSame
type: class
source: Symfony\Component\DomCrawler\Test\Constraint\CrawlerSelectorTextSame
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\CrawlerSelectorTextSame
interfaces: []