api/symfony/Component/Form/Tests/Guess/GuessTest.yaml

24 lines
510 B
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
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: []