api/symfony/Component/Form/Tests/Guess/GuessTest.yaml
2024-09-26 02:03:21 -07:00

23 lines
510 B
YAML

name: GuessTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: Guess
type: class
source: Symfony\Component\Form\Guess\Guess
properties: []
methods:
- name: testGetBestGuessReturnsGuessWithHighestConfidence
visibility: public
parameters: []
comment: null
- name: testGuessExpectsValidConfidence
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Form\Guess\Guess
interfaces: []