public property TestBase::$dieOnFail

Whether to die in case any test assertion fails.

Type: boolean

See also

run-tests.sh

File

drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php, line 165
Definition of Drupal\simpletest\TestBase.

Class

TestBase
Base class for Drupal tests.

Namespace

Drupal\simpletest

Code

public $dieOnFail = FALSE;