protected property ClassLoaderTest::$expected

The expected result from calling the module-provided class' method.

File

drupal/core/modules/system/lib/Drupal/system/Tests/Module/ClassLoaderTest.php, line 20
Definition of Drupal\system\Tests\Module\ClassLoaderTest.

Class

ClassLoaderTest
Tests class loading.

Namespace

Drupal\system\Tests\Module

Code

protected $expected = 'Drupal\\module_autoload_test\\SomeClass::testMethod() was invoked.';