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

testSkipped() public method

public testSkipped ( )
    public function testSkipped()
    {
        if (PHPUNIT_RUNNER_CLEVERANDSMART_SKIP) {
            $this->markTestSkipped();
        }
        $this->assertTrue(true);
        usleep(2000);
    }