NsplTest\ArgsTest::expectsBoolNegativeTest PHP 메소드

expectsBoolNegativeTest() 공개 메소드

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