trait FriendsTrait
Hierarchy
- trait \Drupal\Tests\Core\Foo\FriendsTrait
File
-
core/
tests/ PHPStan/ fixtures/ test-methods-with-metadata.php, line 60
Namespace
Drupal\Tests\Core\FooView source
trait FriendsTrait {
public function testInTraitWithAttribute() : void {
}
/**
* @group Chandler
*/
public function testInTraitWithAttributeAndForbiddenAnnotation() : void {
}
/**
* @legacy-covers ::phoebe
*/
public function testInTraitWithAttributeAndAllowedAnnotation() : void {
}
/**
* @group Janice
*/
public function testInTraitWithForbiddenAnnotation() : void {
}
/**
* @see Monica
*/
public function testInTraitWithAllowedAnnotation() : void {
}
/**
* This test method has a legacy covers annotation.
*
* @legacy-covers ::ben
*/
public function testInTraitWithLegacyCoversAnnotation() : void {
}
public function testInTraitNoMetadata() : void {
}
}
Members
| Title Sort descending | Modifiers | Object type | Summary |
|---|---|---|---|
| FriendsTrait::testInTraitNoMetadata | public | function | |
| FriendsTrait::testInTraitWithAllowedAnnotation | public | function | |
| FriendsTrait::testInTraitWithAttribute | public | function | #[Group('Joey')] |
| FriendsTrait::testInTraitWithAttributeAndAllowedAnnotation | public | function | @legacy-covers ::phoebe |
| FriendsTrait::testInTraitWithAttributeAndForbiddenAnnotation | public | function | @group Chandler |
| FriendsTrait::testInTraitWithForbiddenAnnotation | public | function | @group Janice |
| FriendsTrait::testInTraitWithLegacyCoversAnnotation | 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.