Move config exception to dedicated classes with proper namespace
This commit is contained in:
parent
9c5daad19c
commit
5ba55f0cf2
4 changed files with 45 additions and 34 deletions
tests/config
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue