Fix blocking namespace issue

This commit is contained in:
ArthurHoaro 2017-03-08 19:59:00 +01:00
parent 7c26f6626a
commit e6cd773f5a
5 changed files with 24 additions and 20 deletions

View file

@ -1,9 +1,7 @@
<?php
namespace Shaarli\Config;
/**
* Config' tests
*/
use Shaarli\Config\Exception\PluginConfigOrderException;
require_once 'application/config/ConfigPlugin.php';
@ -41,7 +39,7 @@ class ConfigPluginTest extends \PHPUnit_Framework_TestCase
/**
* Test save_plugin_config with invalid data.
*
* @expectedException Shaarli\Config\PluginConfigOrderException
* @expectedException Shaarli\Config\Exception\PluginConfigOrderException
*/
public function testSavePluginConfigInvalid()
{