Class Controlor
Class for control that two files has same content. For XML, HTML, XHTML etc. do normalize both files before comapring.
Namespace: XSLTBenchmarking\TestsRunner
Author: Viktor Mašíček <viktor@masicek.net>
Located at TestsRunner/Controlor.php
Author: Viktor Mašíček <viktor@masicek.net>
Located at TestsRunner/Controlor.php
public
boolean
|
#
isSame(
string
$filePath1,
string
$filePath2
)
Check, if set files have same content. For XML, HTML, XHTML etc. do normalize
both files before comapring.
Check, if set files have same content. For XML, HTML, XHTML etc. do normalize both files before comapring. Parameters
Returnsboolean |
public
|
#
errorHandler(
type
$errno,
type
$errstr
)
Handling of error during reading XML or HTML file.
Handling of error during reading XML or HTML file. Parameters
|