setExpectedException( 'OverflowException', 'Attempting to create a UUID on a 32-bit build of PHP. This library requires a 64-bit build of PHP.' ); $uuid = Uuid::uuid1(); } else { $this->markTestSkipped('This test is only applicable on a 32-bit system.'); } } }