From f76f65e83c9c714b3f69f00be34c7e7de53c486e Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Sat, 5 Jan 2013 03:14:23 -0600 Subject: [PATCH] Cleaning up tests; removed TestCase class and moved all into UuidTest --- tests/Rhumsaa/Uuid/TestCase.php | 17 ----------------- tests/Rhumsaa/Uuid/UuidTest.php | 16 +++++++++++++--- 2 files changed, 13 insertions(+), 20 deletions(-) delete mode 100644 tests/Rhumsaa/Uuid/TestCase.php 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