aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/api/controllers/tags/DeleteTagTest.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/DeleteTagTest.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/DeleteTagTest.php')
-rw-r--r--tests/api/controllers/tags/DeleteTagTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/api/controllers/tags/DeleteTagTest.php b/tests/api/controllers/tags/DeleteTagTest.php
index 7ba5a862..e0787ce2 100644
--- a/tests/api/controllers/tags/DeleteTagTest.php
+++ b/tests/api/controllers/tags/DeleteTagTest.php
@@ -144,7 +144,7 @@ class DeleteTagTest extends \PHPUnit_Framework_TestCase
144 } 144 }
145 145
146 /** 146 /**
147 * Test DELETE link endpoint: reach not existing ID. 147 * Test DELETE tag endpoint: reach not existing tag.
148 * 148 *
149 * @expectedException Shaarli\Api\Exceptions\ApiTagNotFoundException 149 * @expectedException Shaarli\Api\Exceptions\ApiTagNotFoundException
150 * @expectedExceptionMessage Tag not found 150 * @expectedExceptionMessage Tag not found