diff options
Diffstat (limited to 'tests/config')
-rw-r--r-- | tests/config/ConfigManagerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/config/ConfigManagerTest.php b/tests/config/ConfigManagerTest.php index b81be5b6..1ec447b2 100644 --- a/tests/config/ConfigManagerTest.php +++ b/tests/config/ConfigManagerTest.php | |||
@@ -106,7 +106,7 @@ class ConfigManagerTest extends \PHPUnit_Framework_TestCase | |||
106 | /** | 106 | /** |
107 | * Try to write the config without mandatory parameter (e.g. 'login'). | 107 | * Try to write the config without mandatory parameter (e.g. 'login'). |
108 | * | 108 | * |
109 | * @expectedException Shaarli\Config\MissingFieldConfigException | 109 | * @expectedException Shaarli\Config\Exception\MissingFieldConfigException |
110 | */ | 110 | */ |
111 | public function testWriteMissingParameter() | 111 | public function testWriteMissingParameter() |
112 | { | 112 | { |