diff --git a/tests/Rhumsaa/Uuid/TestCase.php b/tests/Rhumsaa/Uuid/TestCase.php deleted file mode 100644 index 6b20100..0000000 --- a/tests/Rhumsaa/Uuid/TestCase.php +++ /dev/null @@ -1,17 +0,0 @@ -markTestSkipped( - 'Skipping test that can run only on a 64-bit build of PHP.' - ); - } - } -} diff --git a/tests/Rhumsaa/Uuid/UuidTest.php b/tests/Rhumsaa/Uuid/UuidTest.php index 7eff55d..8ddb216 100644 --- a/tests/Rhumsaa/Uuid/UuidTest.php +++ b/tests/Rhumsaa/Uuid/UuidTest.php @@ -1,9 +1,7 @@ markTestSkipped( + 'Skipping test that can run only on a 64-bit build of PHP.' + ); + } + } + /** * @covers Rhumsaa\Uuid\Uuid::fromString * @covers Rhumsaa\Uuid\Uuid::__construct