JFilesystemPatcherTest::testApply
JFilesystemPatcher::apply apply the patches
Signature
public function testApply(string
$udiff,
string
$root,
string
$strip,
array
$sources,
array
$destinations,
integer
$result,
mixed
$throw )
Parameters
-
$udiff
- Unified diff input string
-
$root
- The files root path
-
$strip
- The number of '/' to strip
-
$sources
- The source files
-
$destinations
- The destinations files
-
$result
- The number of files patched
-
$throw
- The exception throw, false for no exception
Returns
- void