We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eac1dc commit 757ae2bCopy full SHA for 757ae2b
tests/Unit/Model/BacklogProjectWikiModelTest.php
@@ -21,7 +21,7 @@ public function test_get_wiki_tag_list () {
21
}
22
23
if (empty($project)){
24
- throw new \RuntimeException('Wikiタグが付与されたプロジェクトがありません。作成してください。');
+ throw new \RuntimeException('Wiki:タグが付与されたプロジェクトウィキがありません。作成してください。');
25
26
$this->assertIsArray($tags);
27
$this->assertNotEmpty($tags);
0 commit comments