aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/config
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-03-08 20:28:33 +0100
committerArthurHoaro <arthur@hoa.ro>2017-03-09 19:16:42 +0100
commit5ba55f0cf287c583019bbb731ad98e04a14da972 (patch)
treed744155a1b68a203d4483195202d3d8562d02cf0 /tests/config
parent9c5daad19c850d852f2e78ca571ad199362c0ffe (diff)
downloadShaarli-5ba55f0cf287c583019bbb731ad98e04a14da972.tar.gz
Shaarli-5ba55f0cf287c583019bbb731ad98e04a14da972.tar.zst
Shaarli-5ba55f0cf287c583019bbb731ad98e04a14da972.zip
Move config exception to dedicated classes with proper namespace
Diffstat (limited to 'tests/config')
-rw-r--r--tests/config/ConfigManagerTest.php2
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 {