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

Commit

Permalink
Update tests accordingly
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 f1a473a commit e892856
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 @@ -165,7 +165,7 @@ public function test_nested_directives_within_wp_show_with_falsy_value() {

$updated_markup = <<<END
<template data-wp-show="context.myBlock.open"><div >
I should be shown!
I should not be shown!
<div data-wp-show="context.myOtherBlock.open">I should be shown!</div>
<template data-wp-show="!context.myOtherBlock.open"><div >I should not be shown!</div></template>
</div></template>
Expand Down

0 comments on commit e892856

Please sign in to comment.