diff options
author | ArthurHoaro <arthur@hoa.ro> | 2015-07-16 13:53:39 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2015-11-07 15:27:22 +0100 |
commit | d06265fb5785493ee845d4c4a86583402b475b60 (patch) | |
tree | 5743ae2e5bf092e9f626ebe074ec17395c107e5e /tests/RouterTest.php | |
parent | 567967fdf94b2b8ba2b2fc9c8836e89ac23c8c71 (diff) | |
download | Shaarli-d06265fb5785493ee845d4c4a86583402b475b60.tar.gz Shaarli-d06265fb5785493ee845d4c4a86583402b475b60.tar.zst Shaarli-d06265fb5785493ee845d4c4a86583402b475b60.zip |
Unit tests for Router and PluginManager.
Diffstat (limited to 'tests/RouterTest.php')
-rw-r--r--[-rwxr-xr-x] | tests/RouterTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/RouterTest.php b/tests/RouterTest.php index 8838bc8d..544bcf9c 100755..100644 --- a/tests/RouterTest.php +++ b/tests/RouterTest.php | |||
@@ -512,4 +512,4 @@ class RouterTest extends PHPUnit_Framework_TestCase | |||
512 | Router::findPage('whatever', array(), true) | 512 | Router::findPage('whatever', array(), true) |
513 | ); | 513 | ); |
514 | } | 514 | } |
515 | } \ No newline at end of file | 515 | } |