39 lines
848 B
YAML
39 lines
848 B
YAML
|
name: ImageTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: Image
|
||
|
type: class
|
||
|
source: Symfony\Component\DomCrawler\Image
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testConstructorWithANonImgTag
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testBaseUriIsOptionalWhenImageUrlIsAbsolute
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testAbsoluteBaseUriIsMandatoryWhenImageUrlIsRelative
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testGetUri
|
||
|
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\Image
|
||
|
interfaces: []
|