public function NamespaceCoverageMethodTest::testSomething

@covers Foo\CoveredClass::publicMethod

File

drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NamespaceCoverageMethodTest.php, line 7

Class

NamespaceCoverageMethodTest

Code

public function testSomething() {
  $o = new Foo\CoveredClass();
  $o
    ->publicMethod();
}