lithium\console\command\Test::$filters

public property

List of filters to apply before/during/after test run, separated by commas.

For example:

lithium test lithium/tests/cases/core/ObjectTest.php --filters=Coverage
lithium test lithium/tests/cases/core/ObjectTest.php --filters=Coverage,Profiler

Source

	public $filters;