Symfony\Component\Form\Tests\Extension\Validator\ValidatorTypeGuesserTest::testGuessRequiredReturnsFalseForUnmappedProperties PHP Method

testGuessRequiredReturnsFalseForUnmappedProperties() public method

    public function testGuessRequiredReturnsFalseForUnmappedProperties()
    {
        $this->assertEquals(new ValueGuess(false, Guess::LOW_CONFIDENCE), $this->guesser->guessRequired(self::TEST_CLASS, self::TEST_PROPERTY));
    }