Error.php

File

drupal/core/vendor/phpunit/phpunit/Tests/_files/Error.php
View source
<?php

class Error extends PHPUnit_Framework_TestCase {
  protected function runTest() {
    throw new Exception();
  }

}

Classes

Namesort descending Description
Error