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

testSuccess1() public method

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