JLoaderTest::testImport
The success of this test depends on some files being in the file system to be imported. If the FS changes, this test may need revisited.
Signature
public function testImport(string
$filePath,
string
$base,
string
$libraries,
boolean
$expect,
string
$message,
boolean
$useDefaults )
Parameters
-
$filePath
- Path to object
-
$base
- Path to location of object
-
$libraries
- Which libraries to use
-
$expect
- Result of import (True = success)
-
$message
- Failure message
-
$useDefaults
- Use the default function arguments
Returns
- void