aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/plugins/WallabagInstanceTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/WallabagInstanceTest.php')
-rw-r--r--tests/plugins/WallabagInstanceTest.php5
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
2namespace Shaarli\Plugin\Wallabag;
2 3
3require_once 'plugins/wallabag/WallabagInstance.php'; 4use Shaarli\Plugin\Wallabag\WallabagInstance;
4 5
5/** 6/**
6 * Class WallabagInstanceTest 7 * Class WallabagInstanceTest
7 */ 8 */
8class WallabagInstanceTest extends PHPUnit_Framework_TestCase 9class WallabagInstanceTest extends \PHPUnit\Framework\TestCase
9{ 10{
10 /** 11 /**
11 * @var string wallabag url. 12 * @var string wallabag url.