diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-07-28 22:24:41 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2020-07-28 22:34:45 +0200 |
commit | f7f08ceec1b218e1525153e8bd3d0199f2fb1c9d (patch) | |
tree | f0c1227355b02ab931732b0b37b626f3ec9274cf /tests/netscape | |
parent | 624123177f8673f978c49186b43fd96c6827d8a0 (diff) | |
download | Shaarli-f7f08ceec1b218e1525153e8bd3d0199f2fb1c9d.tar.gz Shaarli-f7f08ceec1b218e1525153e8bd3d0199f2fb1c9d.tar.zst Shaarli-f7f08ceec1b218e1525153e8bd3d0199f2fb1c9d.zip |
Fix basePath in unit tests reference DB
Diffstat (limited to 'tests/netscape')
-rw-r--r-- | tests/netscape/BookmarkExportTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/netscape/BookmarkExportTest.php b/tests/netscape/BookmarkExportTest.php index 344c1dc0..509da51d 100644 --- a/tests/netscape/BookmarkExportTest.php +++ b/tests/netscape/BookmarkExportTest.php | |||
@@ -177,7 +177,7 @@ class BookmarkExportTest extends TestCase | |||
177 | '' | 177 | '' |
178 | ); | 178 | ); |
179 | $this->assertEquals( | 179 | $this->assertEquals( |
180 | '?WDWyig', | 180 | '/shaare/WDWyig', |
181 | $links[2]['url'] | 181 | $links[2]['url'] |
182 | ); | 182 | ); |
183 | } | 183 | } |
@@ -195,7 +195,7 @@ class BookmarkExportTest extends TestCase | |||
195 | $indexUrl | 195 | $indexUrl |
196 | ); | 196 | ); |
197 | $this->assertEquals( | 197 | $this->assertEquals( |
198 | $indexUrl . '?WDWyig', | 198 | $indexUrl . 'shaare/WDWyig', |
199 | $links[2]['url'] | 199 | $links[2]['url'] |
200 | ); | 200 | ); |
201 | } | 201 | } |