Skip to content

Commit

Permalink
未実装テストに markTestIncomplete を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Oct 22, 2023
1 parent 62baa84 commit 5b20e13
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function testInitialize()
*/
public function test_beforeFilter()
{

$this->markTestIncomplete('このテストはまだ実装されていません。');
}

/**
Expand Down Expand Up @@ -216,6 +216,7 @@ public function test_archives()
*/
public function test_posts()
{
$this->markTestIncomplete('このテストはまだ実装されていません。');
//準備

//正常系実行
Expand Down Expand Up @@ -362,6 +363,7 @@ public function test_ajax_add_comment()
*/
public function test_captcha()
{
$this->markTestIncomplete('このテストはまだ実装されていません。');
//準備

//正常系実行
Expand Down

0 comments on commit 5b20e13

Please sign in to comment.