Skip to content

Commit

Permalink
add simple test case with multiple changed posts + non existing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
n-peugnet committed May 3, 2023
1 parent 3f9f474 commit adf7f69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration/ReparseCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ public function basicProvider(): array
['<t><p>something</p></t>', '<t>something else</t>'],
1,
],
"two post changed" => [
['<t><p>something</p></t>', '<t><TAG>something else</TAG></t>'],
2,
],
];
}
}

0 comments on commit adf7f69

Please sign in to comment.