관리-도구
편집 파일: Failure.php
<?php class Failure extends PHPUnit_Framework_TestCase { protected function runTest() { $this->fail(); } }