NsplTest\ArgsTest::testExpectsPositive_Negative PHP Méthode

testExpectsPositive_Negative() public méthode

    public function testExpectsPositive_Negative()
    {
        function expectsPositiveNegativeTest($arg)
        {
            expects([positive, int], $arg);
        }
        $this->assertNull(expectsPositiveNegativeTest(0));
    }
ArgsTest