mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-05-05 18:47:46 +02:00
Fixing broken tests
This commit is contained in:
@@ -23,9 +23,9 @@ class ClientTest extends PHPUnit_Framework_TestCase
|
||||
}
|
||||
|
||||
$app = new Silex\Application();
|
||||
$app['git.client'] = getenv('GIT_CLIENT') ?: '/usr/bin/git';
|
||||
$app['hidden'] = array();
|
||||
$this->client = new Client($app);
|
||||
$options['path'] = getenv('GIT_CLIENT') ?: '/usr/bin/git';
|
||||
$options['hidden'] = array();
|
||||
$this->client = new Client($options);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user