Blame | Last modification | View Log | Download
<?php class TestSkipped extends PHPUnit_Framework_TestCase { protected function runTest() { $this->markTestSkipped('Skipped test'); } }
<?php
class TestSkipped extends PHPUnit_Framework_TestCase
{
protected function runTest()
$this->markTestSkipped('Skipped test');
}