Skip to content
Snippets Groups Projects
Commit 4f9ab32b authored by Erick Hitter's avatar Erick Hitter
Browse files

PHPCS

parent c9a5cb20
No related branches found
No related tags found
1 merge request!4Add bulk actions
Pipeline #1061 passed
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
......@@ -114,9 +114,9 @@ class TestUI extends WP_UnitTestCase {
update_option(
static::$settings_section,
[
array(
'post' => $value,
]
)
);
ob_start();
......@@ -154,9 +154,9 @@ class TestUI extends WP_UnitTestCase {
update_option(
static::$settings_section,
[
array(
'post' => $value,
]
)
);
ob_start();
......@@ -177,10 +177,7 @@ class TestUI extends WP_UnitTestCase {
);
$this->assertContains(
sprintf(
$value_format,
$value
),
$value_format,
$post_field,
'Failed to assert that post field had correct value.'
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment