platform/api/symfony/Component/Validator/Tests/Constraints/GroupSequenceTest.yaml

24 lines
566 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: GroupSequenceTest
class_comment: '# * @author Bernhard Schussek <bschussek@gmail.com>'
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: GroupSequence
type: class
source: Symfony\Component\Validator\Constraints\GroupSequence
properties: []
methods:
- name: testCreate
visibility: public
parameters: []
comment: null
- name: testCreateDoctrineStyle
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Validator\Constraints\GroupSequence
interfaces: []