diff options
Diffstat (limited to 'tests/plugins/WallabagInstanceTest.php')
-rw-r--r-- | tests/plugins/WallabagInstanceTest.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/plugins/WallabagInstanceTest.php b/tests/plugins/WallabagInstanceTest.php index 2c466871..bcc01604 100644 --- a/tests/plugins/WallabagInstanceTest.php +++ b/tests/plugins/WallabagInstanceTest.php | |||
@@ -1,11 +1,12 @@ | |||
1 | <?php | 1 | <?php |
2 | namespace Shaarli\Plugin\Wallabag; | ||
2 | 3 | ||
3 | require_once 'plugins/wallabag/WallabagInstance.php'; | 4 | use Shaarli\Plugin\Wallabag\WallabagInstance; |
4 | 5 | ||
5 | /** | 6 | /** |
6 | * Class WallabagInstanceTest | 7 | * Class WallabagInstanceTest |
7 | */ | 8 | */ |
8 | class WallabagInstanceTest extends PHPUnit_Framework_TestCase | 9 | class WallabagInstanceTest extends \PHPUnit\Framework\TestCase |
9 | { | 10 | { |
10 | /** | 11 | /** |
11 | * @var string wallabag url. | 12 | * @var string wallabag url. |