platform/api/symfony/Component/HtmlSanitizer/Tests/Reference/W3CReferenceTest.yaml

34 lines
762 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: W3CReferenceTest
class_comment: '# * Check that the W3CReference class is up to date with the standard
resources.
# *
# * @see https://github.com/WICG/sanitizer-api/blob/main/resources'
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: W3CReference
type: class
source: Symfony\Component\HtmlSanitizer\Reference\W3CReference
properties: []
methods:
- name: testElements
visibility: public
parameters: []
comment: null
- name: testAttributes
visibility: public
parameters: []
comment: null
- name: getResourceData
visibility: private
parameters:
- name: resource
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\HtmlSanitizer\Reference\W3CReference
interfaces: []