Issue #2262483 by sun: Some PHPUnit tests do not exist.
parent
6c8d082611
commit
3dd1c5c15c
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue