Fix blocking namespace issue
This commit is contained in:
parent
7c26f6626a
commit
e6cd773f5a
5 changed files with 24 additions and 20 deletions
tests/config
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue