From 670300dd5c4decdf35a8eb455f72a8a8e059744e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ste=CC=81phane=20Goetz?= Date: Fri, 18 Nov 2016 11:26:38 +0100 Subject: [PATCH] Fix unit test --- tests/Format/HTML/ConfigTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Format/HTML/ConfigTest.php b/tests/Format/HTML/ConfigTest.php index f5f4a50..75162c1 100644 --- a/tests/Format/HTML/ConfigTest.php +++ b/tests/Format/HTML/ConfigTest.php @@ -31,7 +31,7 @@ class ConfigTest extends \PHPUnit_Framework_TestCase // Support any provider [ ['edit_on' => ['name' => 'Bitbucket', 'basepath' => 'https://bitbucket.org/onigoetz/daux.io/src/master/docs/']], - ['name' => 'Bitbucket', 'basepath' => 'https://bitbucket.org/onigoetz/daux.io/src/master/docs/'] + ['name' => 'Bitbucket', 'basepath' => 'https://bitbucket.org/onigoetz/daux.io/src/master/docs'] ] ]; }