관리-도구
편집 파일: TestTestError.php
<?php class TestError extends PHPUnit_Framework_TestCase { protected function runTest() { throw new Exception; } }