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

testSuccess1() public method

public testSuccess1 ( )
    public function testSuccess1()
    {
        usleep(3000);
        $this->assertTrue(true);
    }