Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. TestResult.php

function TestResult::hasThrowable

@psalm-assert-if-true !null $this->throwable

File

vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/TestResult.php, line 49

Class

TestResult
@psalm-immutable

Namespace

PHPUnit\Logging\TestDox

Code

public function hasThrowable() : bool {
    return $this->throwable !== null;
}
RSS feed
Powered by Drupal