PHPUnit\Tests\Runner\CleverAndSmart\Integration\DependentTest::testError PHP Method

testError() public method

public testError ( )
    public function testError()
    {
        usleep(3000);
        if (PHPUNIT_RUNNER_CLEVERANDSMART_ERROR) {
            throw new \Exception();
        }
        $this->assertTrue(true);
    }