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

testFatal() public method

public testFatal ( )
    public function testFatal()
    {
        if (PHPUNIT_RUNNER_CLEVERANDSMART_FATAL) {
            $this->invalidMethod();
        }
        $this->assertTrue(true);
    }