PHP Class PhpBench\Extensions\XDebug\Tests\Unit\Converter\TraceToXmlConverterTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: dantleech/phpbench

Public Methods

Method Description
setUp ( )
testInvalidNbFields ( )
testNoFileFormat ( )
testNoTraceStart ( )
testNoVersion ( )
testParse ( ) It should parse a trace file.

Private Methods

Method Description
convert ( $file )

Method Details

setUp() public method

public setUp ( )

testInvalidNbFields() public method

public testInvalidNbFields ( )

testNoFileFormat() public method

public testNoFileFormat ( )

testNoTraceStart() public method

public testNoTraceStart ( )

testNoVersion() public method

public testNoVersion ( )

testParse() public method

It should parse a trace file.
public testParse ( )