aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/api/controllers/tags/GetTagNameTest.php
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-06-04 18:58:59 +0200
committerArthurHoaro <arthur@hoa.ro>2018-07-05 20:45:03 +0200
commit7c57bd95383ec7a7d40735957ea9a792c370b5db (patch)
treea934989b524ec86e029ee8830924ab8f3839abae /tests/api/controllers/tags/GetTagNameTest.php
parentd3f42ca487287447efb81061609644108044a038 (diff)
downloadShaarli-7c57bd95383ec7a7d40735957ea9a792c370b5db.tar.gz
Shaarli-7c57bd95383ec7a7d40735957ea9a792c370b5db.tar.zst
Shaarli-7c57bd95383ec7a7d40735957ea9a792c370b5db.zip
GetTagsTest - Update to alpha sort for equal occurences
Diffstat (limited to 'tests/api/controllers/tags/GetTagNameTest.php')
-rw-r--r--tests/api/controllers/tags/GetTagNameTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/api/controllers/tags/GetTagNameTest.php b/tests/api/controllers/tags/GetTagNameTest.php
index d60f5b38..afac228e 100644
--- a/tests/api/controllers/tags/GetTagNameTest.php
+++ b/tests/api/controllers/tags/GetTagNameTest.php
@@ -112,7 +112,7 @@ class GetTagNameTest extends \PHPUnit_Framework_TestCase
112 } 112 }
113 113
114 /** 114 /**
115 * Test basic getLink service: get non existent link => ApiLinkNotFoundException. 115 * Test basic getTag service: get non existent tag => ApiTagNotFoundException.
116 * 116 *
117 * @expectedException Shaarli\Api\Exceptions\ApiTagNotFoundException 117 * @expectedException Shaarli\Api\Exceptions\ApiTagNotFoundException
118 * @expectedExceptionMessage Tag not found 118 * @expectedExceptionMessage Tag not found