Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Fix test string
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Ziółkowski <grzegorz@gziolo.pl>
  • Loading branch information
ockham and gziolo committed Jun 1, 2023
1 parent 1dc96a2 commit f1a473a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit/directives/attributes/wp-show.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function test_nested_directives_within_wp_show_with_truthy_value() {
public function test_nested_directives_within_wp_show_with_falsy_value() {
$markup = <<<END
<div data-wp-show="context.myBlock.open">
I should be shown!
I should not be shown!
<div data-wp-show="context.myOtherBlock.open">I should be shown!</div>
<div data-wp-show="!context.myOtherBlock.open">I should not be shown!</div>
</div>
Expand Down

0 comments on commit f1a473a

Please sign in to comment.