Issue #2262483 by sun: Some PHPUnit tests do not exist.

8.0.x
Nathaniel Catchpole 2014-05-09 11:27:38 +01:00
parent 6c8d082611
commit 3dd1c5c15c
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
/**
* @file
* Contains \Drupal\rdf\Tests\RdfMappingEntityUnitTest.
* Contains \Drupal\rdf\Tests\RdfMappingConfigEntityUnitTest.
*/
namespace Drupal\rdf\Tests;
@ -17,7 +17,7 @@ use Drupal\rdf\Entity\RdfMapping;
* @group Drupal
* @group Config
*/
class RdfMappingEntityUnitTest extends UnitTestCase {
class RdfMappingConfigEntityUnitTest extends UnitTestCase {
/**
* The entity type used for testing.

View File

@ -4,7 +4,7 @@
* Contains \Drupal\tour\Tests\Entity\TourTest.
*/
namespace Drupal\tour\Tests\Entity\TourTest;
namespace Drupal\tour\Tests\Entity;
use Drupal\Tests\UnitTestCase;