Issue #1598620 by Albert Volkman, aspilicious: Convert uuid.test to PSR-0.

8.0.x
catch 2012-06-12 11:02:07 +09:00
parent 5f1812b9dc
commit d66a67777f
1 changed files with 8 additions and 1 deletions

View File

@ -1,12 +1,19 @@
<?php
/**
* @file
* Definition of Drupal\system\Tests\Uuid\UuidTest.
*/
namespace Drupal\system\Tests\Uuid;
use Drupal\Component\Uuid\Uuid;
use Drupal\simpletest\UnitTestBase;
/**
* Tests the Drupal\Component\Uuid\Uuid class.
*/
class UuidUnitTestCase extends UnitTestBase {
class UuidUnitTest extends UnitTestBase {
/**
* The UUID object to be used for generating UUIDs.