]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/RouterTest.php
namespacing: \Shaarli\Router
[github/shaarli/Shaarli.git] / tests / RouterTest.php
index abf1bd5f5067caf74451439273c2e5a494fe4963..0cd49bb8fb2ea6951018e818bc3b8a9907c242d7 100644 (file)
@@ -1,15 +1,10 @@
 <?php
-
-/**
- * Router tests
- */
-
-require_once 'application/Router.php';
+namespace Shaarli;
 
 /**
  * Unit tests for Router
  */
-class RouterTest extends PHPUnit_Framework_TestCase
+class RouterTest extends \PHPUnit\Framework\TestCase
 {
     /**
      * Test findPage: login page output.