ThrowExceptionTestCase.php

File

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

class ThrowExceptionTestCase extends PHPUnit_Framework_TestCase {
  public function test() {
    throw new RuntimeException();
  }

}

Classes