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

testSuccess2() public method

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