class ExtendFriendsTest
Hierarchy
- class \Drupal\Tests\Core\Foo\FriendsTest extends \PHPUnit\Framework\TestCase
- class \Drupal\Tests\Core\Foo\ExtendFriendsTest extends \Drupal\Tests\Core\Foo\FriendsTest
Expanded class hierarchy of ExtendFriendsTest
File
-
core/
tests/ PHPStan/ fixtures/ test-methods-with-metadata.php, line 57
Namespace
Drupal\Tests\Core\FooView source
class ExtendFriendsTest extends FriendsTest {
}
Members
| Title Sort descending | Modifiers | Object type | Summary |
|---|---|---|---|
| FriendsTest::testNoMetadata | public | function | |
| FriendsTest::testWithAllowedAnnotation | public | function | |
| FriendsTest::testWithAttribute | public | function | #[Group('Joey')] |
| FriendsTest::testWithAttributeAndAllowedAnnotation | public | function | @legacy-covers ::phoebe |
| FriendsTest::testWithAttributeAndForbiddenAnnotation | public | function | @group Chandler |
| FriendsTest::testWithForbiddenAnnotation | public | function | @group Janice |
| FriendsTest::testWithLegacyCoversAnnotation | public | function | This test method has a legacy covers annotation. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.