NsplTest\ArgsTest::testCustomConstraint_Negative PHP Метод

testCustomConstraint_Negative() публичный Метод

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