diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-03-09 19:45:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-09 19:45:52 +0100 |
commit | 16a2ef6b5a28da9e3252d95c3217bb9b8c1e3ae4 (patch) | |
tree | d744155a1b68a203d4483195202d3d8562d02cf0 /tests | |
parent | 9c5daad19c850d852f2e78ca571ad199362c0ffe (diff) | |
parent | 5ba55f0cf287c583019bbb731ad98e04a14da972 (diff) | |
download | Shaarli-16a2ef6b5a28da9e3252d95c3217bb9b8c1e3ae4.tar.gz Shaarli-16a2ef6b5a28da9e3252d95c3217bb9b8c1e3ae4.tar.zst Shaarli-16a2ef6b5a28da9e3252d95c3217bb9b8c1e3ae4.zip |
Merge pull request #794 from ArthurHoaro/hotfix/namespace
Move config exception to dedicated classes with proper namespace
Diffstat (limited to 'tests')
-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 | { |