]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/config/ConfigManagerTest.php
Move config exception to dedicated classes with proper namespace
[github/shaarli/Shaarli.git] / tests / config / ConfigManagerTest.php
index b81be5b66064c845ea6aafba3defb79210bb8c24..1ec447b23aeab9bfbe31b847e9731cfa780db617 100644 (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()
     {