FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Mock for cli inputs. More...
Public Member Functions | |
__construct (TestPgDb $testDb) | |
run ($uploadId, $userId=2, $groupId=2, $jobId=1, $args="") | |
Mock as agent was called from CLI. More... | |
Private Attributes | |
$testDb | |
Mock for cli inputs.
Definition at line 20 of file SchedulerTestRunnerCli.php.
Fossology\DeciderJob\Test\SchedulerTestRunnerCli::run | ( | $uploadId, | |
$userId = 2 , |
|||
$groupId = 2 , |
|||
$jobId = 1 , |
|||
$args = "" |
|||
) |
Mock as agent was called from CLI.
int | $uploadId | |
int | $userId | |
int | $groupId | |
int | $jobId | |
string | $args |
Implements Fossology\DeciderJob\Test\SchedulerTestRunner.
Definition at line 39 of file SchedulerTestRunnerCli.php.