NsplTest\ArgsTest::expectsBoolNegativeTest PHP Method

expectsBoolNegativeTest() public method

public expectsBoolNegativeTest ( $arg )
        function expectsBoolNegativeTest($arg)
        {
            expects(bool, $arg);
        }
ArgsTest