update test runner.
This commit is contained in:
parent
317e8db81f
commit
86102ac417
|
@ -12,9 +12,11 @@ class Runner extends Task {
|
|||
*
|
||||
* @return void
|
||||
*/
|
||||
public function run()
|
||||
public function run($bundles = array())
|
||||
{
|
||||
$this->bundle(array(DEFAULT_BUNDLE));
|
||||
if (count($bundles) == 0) $bundles = array(DEFAULT_BUNDLE);
|
||||
|
||||
$this->bundle($bundles);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue