36 lines
910 B
YAML
36 lines
910 B
YAML
|
name: PasswordStrengthTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: PasswordStrength
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\PasswordStrength
|
||
|
- name: ConstraintDefinitionException
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Exception\ConstraintDefinitionException
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testConstructor
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testConstructorWithParameters
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testInvalidScoreOfZero
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testInvalidScoreOfFive
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\Validator\Constraints\PasswordStrength
|
||
|
- Symfony\Component\Validator\Exception\ConstraintDefinitionException
|
||
|
interfaces: []
|