Longman\TelegramBot\Tests\Unit\TestCase::skip64BitTest PHP Method

skip64BitTest() protected method

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.');
        }
    }