60 lines
1.3 KiB
YAML
60 lines
1.3 KiB
YAML
name: LinkTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: Link
|
|
type: class
|
|
source: Symfony\Component\DomCrawler\Link
|
|
properties: []
|
|
methods:
|
|
- name: testConstructorWithANonATag
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testBaseUriIsOptionalWhenLinkUrlIsAbsolute
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testAbsoluteBaseUriIsMandatoryWhenLinkUrlIsRelative
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetNode
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetMethod
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetUri
|
|
visibility: public
|
|
parameters:
|
|
- name: url
|
|
- name: currentUri
|
|
- name: expected
|
|
comment: '# * @dataProvider getGetUriTests'
|
|
- name: testGetUriOnArea
|
|
visibility: public
|
|
parameters:
|
|
- name: url
|
|
- name: currentUri
|
|
- name: expected
|
|
comment: '# * @dataProvider getGetUriTests'
|
|
- name: testGetUriOnLink
|
|
visibility: public
|
|
parameters:
|
|
- name: url
|
|
- name: currentUri
|
|
- name: expected
|
|
comment: '# * @dataProvider getGetUriTests'
|
|
- name: getGetUriTests
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\DomCrawler\Link
|
|
interfaces: []
|