Skip to content

Commit

Permalink
tokenを呼ぶテストは追加しておらず不要だったので削除
Browse files Browse the repository at this point in the history
  • Loading branch information
ShioriPeace committed Aug 16, 2024
1 parent 01afa53 commit df0190d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/src/shortcodes/product/class-page-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ public function setUp() {
parent::setUp();

$this->container = _get_container();
$this->container['token'] = function ( $c ) {
return 'dummy';
};

// ログ出力先
$this->error_log = tempnam( sys_get_temp_dir(), 'TEST' );
$this->original_error_log = ini_set( 'error_log', $this->error_log );
Expand Down

0 comments on commit df0190d

Please sign in to comment.