FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
|
Tests for common CLI operations. More...
Public Member Functions | |
testHelp () | |
Test for nomos help message. More... | |
Protected Member Functions | |
setUp () | |
Setup the test cases and initialize the objects. More... | |
tearDown () | |
Destruct the objects initialized during setUp() More... | |
runNomos ($args="", $files=array()) | |
Run nomos using the arguments passed. More... | |
Protected Attributes | |
$testDb | |
$testInstaller | |
$agentDir | |
Tests for common CLI operations.
Definition at line 31 of file CommonCliTest.php.
|
protected |
Run nomos using the arguments passed.
string | $args | CLI arguments for the nomos agent |
array | $files | File paths to scan by nomos |
Definition at line 101 of file CommonCliTest.php.
|
protected |
Setup the test cases and initialize the objects.
Definition at line 56 of file CommonCliTest.php.
|
protected |
Destruct the objects initialized during setUp()
Definition at line 84 of file CommonCliTest.php.
CommonCliTest::testHelp | ( | ) |
Test for nomos help message.
-h
to get help messageDefinition at line 144 of file CommonCliTest.php.