관리-도구
편집 파일: OneTestCase.php
<?php class OneTestCase extends PHPUnit_Framework_TestCase { public function noTestCase() { } public function testCase($arg = '') { } }