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

testSuccess2() public method

public testSuccess2 ( )
    public function testSuccess2()
    {
        usleep(5000);
        $this->assertTrue(true);
    }