MissingAttributesTest.php

Namespace

Drupal\Tests\Core\Foo

File

core/tests/fixtures/test_driver/MissingAttributesTest.php

View source
<?php

// phpcs:ignoreFile
declare (strict_types=1);
namespace Drupal\Tests\Core\Foo;

use Drupal\Tests\UnitTestCase;
class MissingAttributesTest extends UnitTestCase {
  public function testNoMetadata() : void {
  }

}

Classes

Title Deprecated Summary
MissingAttributesTest

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.