PhpCsFixer\Test\AbstractIntegrationTestCase::testIntegration PHP Method

testIntegration() public method

See also: doTest()
public testIntegration ( IntegrationCase $case )
$case IntegrationCase
    public function testIntegration(IntegrationCase $case)
    {
        $this->doTest($case);
    }