You are here

public static function Framework::clearTestFlag in Realistic Dummy Content 7.2

Same name and namespace in other branches
  1. 8.2 api/src/Framework/Framework.php \Drupal\realistic_dummy_content_api\Framework\Framework::clearTestFlag()
  2. 3.x api/src/Framework/Framework.php \Drupal\realistic_dummy_content_api\Framework\Framework::clearTestFlag()

Clears all test flags.

2 calls to Framework::clearTestFlag()
Framework::testClearTestFlag in api/src/Framework/Framework.php
Tests self::clearTestFlag().
Framework::testModuleInvokeAll in api/src/Framework/Framework.php
Tests self::moduleInvokeAll().

File

api/src/Framework/Framework.php, line 322

Class

Framework
The entry point for the framework.

Namespace

Drupal\realistic_dummy_content_api\Framework

Code

public static function clearTestFlag($flag) {
  unset(self::$testFlag[$flag]);
}