protected function PHPUnit_Framework_Warning::runTest

Throws

PHPUnit_Framework_Exception

Overrides PHPUnit_Framework_TestCase::runTest

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Warning.php, line 101

Class

PHPUnit_Framework_Warning
A warning.

Code

protected function runTest() {
  $this
    ->fail($this->message);
}