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