You are here

protected function XAutoloadWebTestCase::assertClassExists in X Autoload 7.3

Same name and namespace in other branches
  1. 7.5 lib/Drupal/xautoload/Tests/XAutoloadWebTestCase.php \Drupal\xautoload\Tests\XAutoloadWebTestCase::assertClassExists()
  2. 7.4 lib/Drupal/xautoload/Tests/XAutoloadWebTestCase.php \Drupal\xautoload\Tests\XAutoloadWebTestCase::assertClassExists()

File

lib/Drupal/xautoload/Tests/XAutoloadWebTestCase.php, line 184

Class

XAutoloadWebTestCase

Namespace

Drupal\xautoload\Tests

Code

protected function assertClassExists($class) {
  $this
    ->assertTrue(class_exists($class), "Class '{$class}' must exist.");
}