Phan\Tests\SoapTest::testFiles PHP Method

testFiles() public method

This reads all files in tests/files/src, runs the analyzer on each and compares the output to the files's counterpart in tests/files/expected
public testFiles ( string[] $test_file_list, string $expected_file_path )
$test_file_list string[]
$expected_file_path string
    public function testFiles($test_file_list, $expected_file_path)
    {
        parent::testFiles($test_file_list, $expected_file_path);
    }