function TraitAccessTest::testSimpleStuff
@coversNothing
      
    
File
- 
              core/modules/ system/ tests/ src/ Unit/ TraitAccessTest.php, line 21 
Class
- TraitAccessTest
- Test whether traits are autoloaded during PHPUnit discovery time.
Namespace
Drupal\Tests\system\UnitCode
public function testSimpleStuff() {
  $stuff = $this->getStuff();
  $this->assertSame($stuff, 'stuff', "Same old stuff");
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
