PHPUnit\Tests\Runner\CleverAndSmart\Integration\SkipTest::testIncomplete PHP Method

testIncomplete() public method

public testIncomplete ( )
    public function testIncomplete()
    {
        if (PHPUNIT_RUNNER_CLEVERANDSMART_SKIP) {
            $this->markTestIncomplete();
        }
        $this->assertTrue(true);
        usleep(1000);
    }