. namespace core_phpunit\exception; /** * An exception thrown when an error is encountered in the setup, teardown, or other non-test parts of a unit test. * * @package core_testing * @copyright Andrew Lyons * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class test_exception extends \core\exception\coding_exception { }