FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
|
Test for unified report. More...
Public Member Functions | |
setUp () | |
Setup test env. | |
tearDown () | |
Tear down test env. | |
testReport () | |
Test report agent. More... | |
Private Member Functions | |
setUpRepo () | |
Setup test repo. | |
rmRepo () | |
Tear down test repo. | |
setUpTables () | |
Setup tables required by the agent. | |
getHeartCount ($output) | |
Get the heart count from agent. | |
Private Attributes | |
$userId = 2 | |
$groupId = 2 | |
$testDb | |
$dbManager | |
$testInstaller | |
$runnerCli | |
Test for unified report.
Definition at line 41 of file schedulerTest.php.
Fossology\Report\Test\SchedulerTest::testReport | ( | ) |
Test report agent.
Definition at line 153 of file schedulerTest.php.
|
private |
Db Manager object
Definition at line 59 of file schedulerTest.php.
|
private |
Group id to be used
Definition at line 50 of file schedulerTest.php.
|
private |
The CLI interface for scheduler
Definition at line 67 of file schedulerTest.php.
|
private |
Test db
Definition at line 55 of file schedulerTest.php.
|
private |
Test installer object
Definition at line 63 of file schedulerTest.php.
|
private |
User id to be used
Definition at line 46 of file schedulerTest.php.