NsplTest\ArgsTest::testCustomConstraint_Negative PHP Méthode

testCustomConstraint_Negative() public méthode

    public function testCustomConstraint_Negative()
    {
        function expectsCustomConstraintNegativeTest($year)
        {
            expects(validYear, $year);
        }
        $this->assertNull(expectsCustomConstraintNegativeTest(1000));
    }
ArgsTest