1<?php
2class Issue1468Test extends PHPUnit_Framework_TestCase
3{
4    /**
5     * @todo Implement this test
6     */
7    public function testFailure()
8    {
9        $this->markTestIncomplete();
10    }
11}
12