public static function InspectorTest::callMeStatic in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php \Drupal\Tests\Component\Assertion\InspectorTest::callMeStatic()
Test method referenced by ::testAllCallable().
File
- core/
tests/ Drupal/ Tests/ Component/ Assertion/ InspectorTest.php, line 249 - Contains \Drupal\Tests\Component\Assertion\InspectorTest.
Class
- InspectorTest
- @coversDefaultClass \Drupal\Component\Assertion\Inspector @group Assertion
Namespace
Drupal\Tests\Component\AssertionCode
public static function callMeStatic() {
return TRUE;
}