1
0
Fork 0
pull/1410/head
Jordi Boggiano 2012-12-08 21:51:52 +01:00
parent 0b94fd209a
commit 6d2b4354f4
1 changed files with 1 additions and 1 deletions

View File

@ -115,6 +115,6 @@ class ConfigTest extends \PHPUnit_Framework_TestCase
$config->merge(array('config' => array('github-protocols' => array('https', 'http'))));
$config->merge(array('config' => array('github-protocols' => array('http'))));
$this->assertEquals(array('http'), $config->get('github-oauth'));
$this->assertEquals(array('http'), $config->get('github-protocols'));
}
}