You are here

public function InspectorTest::callMe in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php \Drupal\Tests\Component\Assertion\InspectorTest::callMe()

Test method referenced by ::testAllCallable().

File

core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php, line 241
Contains \Drupal\Tests\Component\Assertion\InspectorTest.

Class

InspectorTest
@coversDefaultClass \Drupal\Component\Assertion\Inspector @group Inspector

Namespace

Drupal\Tests\Component\Assertion

Code

public function callMe() {
  return TRUE;
}