Longman\TelegramBot\Tests\Unit\TestCase::skip64BitTest PHP 메소드

skip64BitTest() 보호된 메소드

protected skip64BitTest ( )
    protected function skip64BitTest()
    {
        if (PHP_INT_SIZE === 4) {
            $this->markTestSkipped('Skipping test that can run only on a 64-bit build of PHP.');
        }
    }