PHP Class Phan\Tests\SoapTest

Inheritance: extends Phan\Tests\AbstractPhanFileTest
Show file Open project: etsy/phan

Public Methods

Method Description
getTestFiles ( )
testFiles ( string[] $test_file_list, string $expected_file_path ) 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

Method Details

getTestFiles() public method

public getTestFiles ( )

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