743a761ccfc728010c1fa58d992310390bc19be4
[yaffs-website] / _files / TestIncomplete.php
1 <?php
2 class TestIncomplete extends PHPUnit_Framework_TestCase
3 {
4     protected function runTest()
5     {
6         $this->markTestIncomplete('Incomplete test');
7     }
8 }