You are here

TestTestError.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/_files/TestTestError.php

File

vendor/phpunit/phpunit/tests/_files/TestTestError.php
View source
<?php

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

}

Classes

Namesort descending Description
TestError