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

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

    public function testDeprecatedExpectsInt_Negative()
    {
        function deprecatedExpectsIntNegativeTest($arg1, $arg2)
        {
            expectsInt($arg2);
        }
        $this->assertNull(deprecatedExpectsIntNegativeTest('hello world', '1'));
    }
ArgsTest