]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/config/ConfigPhpTest.php
application: introduce the Shaarli\Config namespace
[github/shaarli/Shaarli.git] / tests / config / ConfigPhpTest.php
index 58cd8d2a27cbcc5d691b4af9d02ef2eddc7dd18b..abfbb30538f7f27b06468a3be6887a0ebe1f3de1 100644 (file)
@@ -1,11 +1,10 @@
 <?php
-
-require_once 'application/config/ConfigPhp.php';
+namespace Shaarli\Config;
 
 /**
  * Class ConfigPhpTest
  */
-class ConfigPhpTest extends PHPUnit_Framework_TestCase
+class ConfigPhpTest extends \PHPUnit_Framework_TestCase
 {
     /**
      * @var ConfigPhp