36ca8a0523857de834ba03f11c1c06fa040caf8d
[yaffs-website] / _files / IncompleteTest.php
1 <?php
2 class IncompleteTest extends PHPUnit_Framework_TestCase
3 {
4     public function testIncomplete()
5     {
6         $this->markTestIncomplete('Test incomplete');
7     }
8 }