NsplTest\ArgsTest::expectsIntsPositiveTest PHP Method

expectsIntsPositiveTest() public method

public expectsIntsPositiveTest ( $x, $y )
        function expectsIntsPositiveTest($x, $y)
        {
            expectsAll(int, [$x, $y]);
        }
ArgsTest