Skip to content

Commit

Permalink
Merge pull request #1899 from vektor-inc/fix/test-get-deprecated-list
Browse files Browse the repository at this point in the history
見出しブロック非推奨に伴うPHPUnitテストの修正
  • Loading branch information
mthaichi authored Jan 15, 2024
2 parents 2978667 + 28fc36e commit 4d898de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/phpunit/pro/test-vk-blocks-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public function test_get_deprecated_lists() {
$test_data = array(
array(
'correct' => array(
'vk-blocks/heading',
'vk-blocks/pr-blocks',
'vk-blocks/pr-content',
'vk-blocks/staff',
Expand All @@ -19,6 +20,7 @@ public function test_get_deprecated_lists() {
),
),
);

print PHP_EOL;
print '------------------------------------' . PHP_EOL;
print 'get_deprecated_lists()' . PHP_EOL;
Expand Down

0 comments on commit 4d898de

Please sign in to comment.