Fix unit test

This commit is contained in:
Stéphane Goetz 2016-11-18 11:26:38 +01:00
parent be6438aca5
commit 670300dd5c

View File

@ -31,7 +31,7 @@ class ConfigTest extends \PHPUnit_Framework_TestCase
// Support any provider // Support any provider
[ [
['edit_on' => ['name' => 'Bitbucket', 'basepath' => 'https://bitbucket.org/onigoetz/daux.io/src/master/docs/']], ['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']
] ]
]; ];
} }