Move config exception to dedicated classes with proper namespace

This commit is contained in:
ArthurHoaro 2017-03-08 20:28:33 +01:00
parent 9c5daad19c
commit 5ba55f0cf2
4 changed files with 45 additions and 34 deletions

View file

@ -106,7 +106,7 @@ class ConfigManagerTest extends \PHPUnit_Framework_TestCase
/**
* Try to write the config without mandatory parameter (e.g. 'login').
*
* @expectedException Shaarli\Config\MissingFieldConfigException
* @expectedException Shaarli\Config\Exception\MissingFieldConfigException
*/
public function testWriteMissingParameter()
{