You are here

public function FeaturesBundleIntegrationTest::testGetShortName in Features 8.4

Same name and namespace in other branches
  1. 8.3 tests/src/Kernel/Entity/FeaturesBundleIntegrationTest.php \Drupal\Tests\features\Kernel\Entity\FeaturesBundleIntegrationTest::testGetShortName()

@covers ::getShortName

File

tests/src/Kernel/Entity/FeaturesBundleIntegrationTest.php, line 67

Class

FeaturesBundleIntegrationTest
@coversDefaultClass \Drupal\features\Entity\FeaturesBundle @group features

Namespace

Drupal\Tests\features\Kernel\Entity

Code

public function testGetShortName() {
  $this
    ->markTestSkipped('Not yet implemented');
}